aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-libkscreen/files/patch-tests_CMakeLists.txt
blob: 15598db5fdc83f2ec40091b60eceecd0a6635f9e (plain) (blame)
1
2
3
4
5
6
7
8
9
--- tests/CMakeLists.txt.orig	2017-01-19 20:29:18 UTC
+++ tests/CMakeLists.txt
@@ -1,4 +1,6 @@
 add_executable(printconfig testplugandplay.cpp testpnp.cpp)
 target_link_libraries(printconfig Qt5::Gui KF5::Screen)
 
+if (KF5Wayland_FOUND)
 add_subdirectory(kwayland)
+endif()