[libkdecorations] Do not link to Qt5::X11Extras

No longer needed as the library doesn't include kwinglobals.h any more.
This commit is contained in:
Martin Gräßlin 2013-12-05 10:07:23 +01:00
parent 199ed87c61
commit 13d1b67f99

View file

@ -11,7 +11,6 @@ add_library(kdecorations SHARED ${kdecorations_LIB_SRCS})
generate_export_header(kdecorations EXPORT_FILE_NAME kdecorations_export.h) generate_export_header(kdecorations EXPORT_FILE_NAME kdecorations_export.h)
target_link_libraries(kdecorations target_link_libraries(kdecorations
Qt5::Widgets Qt5::Widgets
Qt5::X11Extras
KF5::KConfigCore KF5::KConfigCore
KF5::KI18n KF5::KI18n
KF5::KService # KLibrary KF5::KService # KLibrary