kwayland/fix-wayland-1.3-dependency.diff
Hrvoje Senjan a1ae3798a3 Accepting request 350559 from home:alarrosa:branches:KDE:Frameworks5
- Add fix-wayland-1.3-dependency.diff again, rebased to apply correctly
  now that there are wayland packages for SLE12 updated with the new
  requirements from wayland 1.7

OBS-URL: https://build.opensuse.org/request/show/350559
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=59
2015-12-23 17:39:07 +00:00

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
@@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABL
set(REQUIRED_QT_VERSION 5.4.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
)