commit: 98ff80be88870c469128f400bdec998ab659958a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 20:55:38 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 31 20:55:38 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=98ff80be
[kde-plasma/kwayland] Remove unused patch
Package-Manager: portage-2.2.20
kde-plasma/kwayland/files/kwayland-wayland-1.5.patch | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/kde-plasma/kwayland/files/kwayland-wayland-1.5.patch
b/kde-plasma/kwayland/files/kwayland-wayland-1.5.patch
deleted file mode 100644
index e04e458..0000000
--- a/kde-plasma/kwayland/files/kwayland-wayland-1.5.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4c15e21..26157e5 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,7 +28,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWAYLAND
- set(REQUIRED_QT_VERSION 5.3.0)
- find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
-
--find_package(Wayland 1.3 COMPONENTS Client Egl Cursor Server)
-+find_package(Wayland 1.3 COMPONENTS Client Cursor Server)
- set_package_properties(Wayland PROPERTIES
- TYPE REQUIRED
- )