[autotests] Drop linking against XCursor

No longer needed.
This commit is contained in:
Martin Gräßlin 2015-03-20 15:42:29 +01:00
parent 405e366815
commit bcf5eedb0f

View file

@ -58,7 +58,6 @@ target_link_libraries( testClientMachine
XCB::XCB
XCB::XFIXES
${X11_X11_LIB} # to make jenkins happy
${X11_Xcursor_LIB}
)
add_test(kwin-testClientMachine testClientMachine)
ecm_mark_as_test(testClientMachine)