Revert accidental hard dependency on KF5Wayland

This commit is contained in:
Friedrich W. H. Kossebau 2018-03-22 17:34:15 +01:00
parent dbce29a66f
commit cfe83bb69d

View file

@ -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})