Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Update dependencies on Qt5WaylandClient and GreenIsland
  • Loading branch information
iBelieve committed Jan 29, 2016
1 parent e25045e commit 55c73d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -39,7 +39,7 @@ set(KF5_MIN_VERSION "5.8.0")
find_package(PkgConfig)

find_package(PAM REQUIRED)
find_package(GreenIsland 0.6.90 REQUIRED)
find_package(GreenIsland 0.7.1 REQUIRED)

# Find Qt5
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
Expand All @@ -50,7 +50,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
Widgets
Qml
Quick)
find_package(Qt5WaylandClient 5.5 CONFIG REQUIRED COMPONENTS PRIVATE)
find_package(Qt5WaylandClient 5.5.1 CONFIG REQUIRED COMPONENTS PRIVATE)

find_package(QT5XDG REQUIRED)

Expand Down
6 changes: 3 additions & 3 deletions cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake
Expand Up @@ -18,7 +18,7 @@ unset(_realCurr)
unset(_IMPORT_PREFIX)

# For backwards compatibility only. Use Qt5WaylandClient_VERSION instead.
set(Qt5WaylandClient_VERSION_STRING 5.5.)
set(Qt5WaylandClient_VERSION_STRING 5.5.1)

set(Qt5WaylandClient_LIBRARIES Qt5::WaylandClient)

Expand Down Expand Up @@ -55,8 +55,8 @@ if (NOT TARGET Qt5::WaylandClient)

set(_Qt5WaylandClient_OWN_INCLUDE_DIRS "${_qt5WaylandClient_install_prefix}/include/qt/" "${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient")
set(Qt5WaylandClient_PRIVATE_INCLUDE_DIRS
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5"
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5/QtWaylandClient"
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5.1"
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5.1/QtWaylandClient"
)

foreach(_dir ${_Qt5WaylandClient_OWN_INCLUDE_DIRS})
Expand Down
2 changes: 1 addition & 1 deletion cmake/Qt5WaylandClient/Qt5WaylandClientConfigVersion.cmake
@@ -1,5 +1,5 @@

set(PACKAGE_VERSION 5.5)
set(PACKAGE_VERSION 5.5.1)

if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
set(PACKAGE_VERSION_COMPATIBLE FALSE)
Expand Down

0 comments on commit 55c73d7

Please sign in to comment.