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)