From 9f183642ca8ab48d8481899bb56e5c5082896451 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 3 Apr 2020 02:34:25 +0200 Subject: [PATCH] Fix build Could reproduce the problem in the CI on Neon, this fixes the build there. We'll probably want to untangle xcb and wayland dependencies some day... --- autotests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 7f62ded9e4..29463a6f7f 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -269,6 +269,8 @@ target_link_libraries(testScreens KF5::I18n KF5::Notifications KF5::WindowSystem + + XCB::XCB #for xcbutils.h ) add_test(NAME kwin_testScreens COMMAND testScreens)