diff --git a/fix-wayland-1.3-dependency.diff b/fix-wayland-1.3-dependency.diff deleted file mode 100644 index 7dc3846..0000000 --- a/fix-wayland-1.3-dependency.diff +++ /dev/null @@ -1,13 +0,0 @@ -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.3 COMPONENTS Client Server) -+find_package(Wayland 1.2 COMPONENTS Client Server) - set_package_properties(Wayland PROPERTIES - TYPE REQUIRED - ) diff --git a/kwayland.spec b/kwayland.spec index e232781..6d75bf2 100644 --- a/kwayland.spec +++ b/kwayland.spec @@ -25,8 +25,6 @@ Group: Development/Libraries/KDE Url: http://www.kde.org Source: %{name}-%{version}.tar.xz Source1: baselibs.conf -# PATCH-FIX-OPENSUSE fix-wayland-1.3-dependency.diff alarrosa@suse.de -- Changes the wayland version kwayland depends on -Patch0: fix-wayland-1.3-dependency.diff BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 1.4.0 BuildRequires: fdupes