kscreenlocker/fix-wayland-version-requirement.diff
Hrvoje Senjan 30b1876b2a Accepting request 347490 from home:alarrosa:branches:KDE:Frameworks5
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
2015-12-05 01:05:07 +00:00

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