- Rebase fix-wayland-1.3-dependency.diff OBS-URL: https://build.opensuse.org/request/show/418282 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=89
14 lines
543 B
Diff
14 lines
543 B
Diff
Index: kwayland-5.4.1/CMakeLists.txt
|
|
===================================================================
|
|
--- kwayland-5.4.1.orig/CMakeLists.txt
|
|
+++ kwayland-5.4.1/CMakeLists.txt
|
|
@@ -29,7 +29,7 @@ ecm_setup_version(${KF5_VERSION} VARIABL
|
|
set(REQUIRED_QT_VERSION 5.5.0)
|
|
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
|
|
|
|
-find_package(Wayland 1.7 COMPONENTS Client Server)
|
|
+find_package(Wayland 1.2 COMPONENTS Client Server)
|
|
set_package_properties(Wayland PROPERTIES
|
|
TYPE REQUIRED
|
|
)
|