summaryrefslogtreecommitdiff
path: root/kde-misc/kdeconnect/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /kde-misc/kdeconnect/files
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'kde-misc/kdeconnect/files')
-rw-r--r--kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch b/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
deleted file mode 100644
index a46c284a017d..000000000000
--- a/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/plugins/mousepad/CMakeLists.txt b/plugins/mousepad/CMakeLists.txt
-index ab9913ff..bfd52cd7 100644
---- a/plugins/mousepad/CMakeLists.txt
-+++ b/plugins/mousepad/CMakeLists.txt
-@@ -10,7 +10,7 @@ if (LibFakeKey_FOUND)
- find_package(X11 REQUIRED)
- find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS X11Extras)
- endif()
--find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS Wayland)
-+find_package(KF5Wayland ${KF5_MIN_VERSION} QUIET)
-
- set(HAVE_X11 ${LibFakeKey_FOUND})
- set(HAVE_WAYLAND ${KF5Wayland_FOUND})