From cfe83bb69d4fa68d3e4fa76a061ef245d8dcc0ef Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Thu, 22 Mar 2018 17:34:15 +0100 Subject: [PATCH] Revert accidental hard dependency on KF5Wayland --- plugins/mousepad/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mousepad/CMakeLists.txt b/plugins/mousepad/CMakeLists.txt index 2b2124cc4..ab9913ff6 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} REQUIRED COMPONENTS Wayland) +find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS Wayland) set(HAVE_X11 ${LibFakeKey_FOUND}) set(HAVE_WAYLAND ${KF5Wayland_FOUND})