|
|
|
|
@ -16,7 +16,7 @@ add_library(KWinXwaylandServerModule OBJECT |
|
|
|
|
xwldrophandler.cpp |
|
|
|
|
xwaylandlauncher.cpp |
|
|
|
|
) |
|
|
|
|
target_link_libraries(KWinXwaylandServerModule PUBLIC kwin KF6::I18n KWinXwaylandCommon XCB::XCB XCB::RANDR XCB::XFIXES XCB::COMPOSITE XKB::XKB) |
|
|
|
|
target_link_libraries(KWinXwaylandServerModule PUBLIC kwin Qt::Concurrent KF6::I18n KWinXwaylandCommon XCB::XCB XCB::RANDR XCB::XFIXES XCB::COMPOSITE XKB::XKB) |
|
|
|
|
if(TARGET KF6::Notifications) |
|
|
|
|
target_link_libraries(KWinXwaylandServerModule PUBLIC KF6::Notifications) |
|
|
|
|
endif() |
|
|
|
|
|