Skip to content

Commit 55c73d7

Browse files
committed
fix: Update dependencies on Qt5WaylandClient and GreenIsland
1 parent e25045e commit 55c73d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set(KF5_MIN_VERSION "5.8.0")
3939
find_package(PkgConfig)
4040

4141
find_package(PAM REQUIRED)
42-
find_package(GreenIsland 0.6.90 REQUIRED)
42+
find_package(GreenIsland 0.7.1 REQUIRED)
4343

4444
# Find Qt5
4545
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
@@ -50,7 +50,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
5050
Widgets
5151
Qml
5252
Quick)
53-
find_package(Qt5WaylandClient 5.5 CONFIG REQUIRED COMPONENTS PRIVATE)
53+
find_package(Qt5WaylandClient 5.5.1 CONFIG REQUIRED COMPONENTS PRIVATE)
5454

5555
find_package(QT5XDG REQUIRED)
5656

cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ unset(_realCurr)
1818
unset(_IMPORT_PREFIX)
1919

2020
# For backwards compatibility only. Use Qt5WaylandClient_VERSION instead.
21-
set(Qt5WaylandClient_VERSION_STRING 5.5.)
21+
set(Qt5WaylandClient_VERSION_STRING 5.5.1)
2222

2323
set(Qt5WaylandClient_LIBRARIES Qt5::WaylandClient)
2424

@@ -55,8 +55,8 @@ if (NOT TARGET Qt5::WaylandClient)
5555

5656
set(_Qt5WaylandClient_OWN_INCLUDE_DIRS "${_qt5WaylandClient_install_prefix}/include/qt/" "${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient")
5757
set(Qt5WaylandClient_PRIVATE_INCLUDE_DIRS
58-
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5"
59-
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5/QtWaylandClient"
58+
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5.1"
59+
"${_qt5WaylandClient_install_prefix}/include/qt/QtWaylandClient/5.5.1/QtWaylandClient"
6060
)
6161

6262
foreach(_dir ${_Qt5WaylandClient_OWN_INCLUDE_DIRS})

cmake/Qt5WaylandClient/Qt5WaylandClientConfigVersion.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
set(PACKAGE_VERSION 5.5)
2+
set(PACKAGE_VERSION 5.5.1)
33

44
if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}")
55
set(PACKAGE_VERSION_COMPATIBLE FALSE)

0 commit comments

Comments
 (0)