30b1876b2a
Fixes wayland requirement for SLE12 from 1.3 to 1.2.1 (since it's patched with the required features) OBS-URL: https://build.opensuse.org/request/show/347490 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kscreenlocker?expand=0&rev=6
14 lines
579 B
Diff
14 lines
579 B
Diff
Index: kscreenlocker-5.5.0/CMakeLists.txt
|
|
===================================================================
|
|
--- kscreenlocker-5.5.0.orig/CMakeLists.txt
|
|
+++ kscreenlocker-5.5.0/CMakeLists.txt
|
|
@@ -38,7 +38,7 @@ set_package_properties(KF5Wayland PROPER
|
|
TYPE REQUIRED
|
|
PURPOSE "Required for building screenlocker")
|
|
find_package(WaylandScanner)
|
|
-find_package(Wayland 1.3 COMPONENTS Client Server)
|
|
+find_package(Wayland 1.2.1 COMPONENTS Client Server)
|
|
|
|
set_package_properties(Wayland PROPERTIES
|
|
TYPE REQUIRED
|