Hrvoje Senjan 2016-11-16 06:33:07 +00:00 committed by Git OBS Bridge
parent 044dd44095
commit 222957fd42
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
Index: kwayland-5.4.1/CMakeLists.txt
Index: kwayland-5.28.0/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
--- kwayland-5.28.0.orig/CMakeLists.txt
+++ kwayland-5.28.0/CMakeLists.txt
@@ -29,7 +29,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWAYLAND
set(REQUIRED_QT_VERSION 5.5.0)
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Concurrent Gui)
-find_package(Wayland 1.7 COMPONENTS Client Server)
+find_package(Wayland 1.2 COMPONENTS Client Server)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 16 06:30:43 UTC 2016 - hrvoje.senjan@gmail.com
- Rebase fix-wayland-1.3-dependency.diff
-------------------------------------------------------------------
Sat Nov 5 22:12:03 UTC 2016 - hrvoje.senjan@gmail.com