forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-misc/kdeconnect: Fix build w/o wayland/handbook
Reported-by: [email protected] Thanks-to: Andreas Sturmlechner <[email protected]> Closes: https://bugs.gentoo.org/652888 Package-Manager: Portage-2.3.28, Repoman-2.3.9
- Loading branch information
Showing
2 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
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}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters