File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ set(KF5_MIN_VERSION "5.8.0")
39
39
find_package (PkgConfig)
40
40
41
41
find_package (PAM REQUIRED)
42
- find_package (GreenIsland 0.6.90 REQUIRED)
42
+ find_package (GreenIsland 0.7.1 REQUIRED)
43
43
44
44
# Find Qt5
45
45
find_package (Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
@@ -50,7 +50,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
50
50
Widgets
51
51
Qml
52
52
Quick)
53
- find_package (Qt5WaylandClient 5.5 CONFIG REQUIRED COMPONENTS PRIVATE )
53
+ find_package (Qt5WaylandClient 5.5.1 CONFIG REQUIRED COMPONENTS PRIVATE )
54
54
55
55
find_package (QT5XDG REQUIRED)
56
56
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ unset(_realCurr)
18
18
unset (_IMPORT_PREFIX)
19
19
20
20
# For backwards compatibility only. Use Qt5WaylandClient_VERSION instead.
21
- set (Qt5WaylandClient_VERSION_STRING 5.5.)
21
+ set (Qt5WaylandClient_VERSION_STRING 5.5.1 )
22
22
23
23
set (Qt5WaylandClient_LIBRARIES Qt5::WaylandClient)
24
24
@@ -55,8 +55,8 @@ if (NOT TARGET Qt5::WaylandClient)
55
55
56
56
set (_Qt5WaylandClient_OWN_INCLUDE_DIRS "${_qt5WaylandClient_install_prefix} /include/qt/" "${_qt5WaylandClient_install_prefix} /include/qt/QtWaylandClient" )
57
57
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"
60
60
)
61
61
62
62
foreach (_dir ${_Qt5WaylandClient_OWN_INCLUDE_DIRS} )
Original file line number Diff line number Diff line change 1
1
2
- set (PACKAGE_VERSION 5.5)
2
+ set (PACKAGE_VERSION 5.5.1 )
3
3
4
4
if ("${PACKAGE_VERSION} " VERSION_LESS "${PACKAGE_FIND_VERSION} " )
5
5
set (PACKAGE_VERSION_COMPATIBLE FALSE )
You can’t perform that action at this time.
0 commit comments