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...
This commit is contained in:
Aleix Pol 2020-04-03 02:34:25 +02:00
parent 6abd23ed02
commit 9f183642ca

View file

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