plasma5-workspace/fix-wayland-requirement.patch
Hrvoje Senjan 9ecf84d823 Accepting request 336941 from home:alarrosa:branches:KDE:Frameworks5
- Add fix-wayland-requirement.patch that reduces the requirement
  of wayland 1.3 in CMakeLists.txt to 1.2 for SLE12 since the 1.2
  version in SLE12 is patched to include the needed features from 1.3

OBS-URL: https://build.opensuse.org/request/show/336941
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=116
2015-10-07 10:21:11 +00:00

14 lines
654 B
Diff

Index: plasma-workspace-5.4.1/CMakeLists.txt
===================================================================
--- plasma-workspace-5.4.1.orig/CMakeLists.txt
+++ plasma-workspace-5.4.1/CMakeLists.txt
@@ -90,7 +90,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 COMPONENTS Client Server)
set_package_properties(Wayland PROPERTIES
TYPE REQUIRED
PURPOSE "Required for building screenlocker")