From 68bba98e5fea0d7e27fee77d195709fd0eb44935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 26 Jul 2011 08:10:57 +0200 Subject: [PATCH] Remove duplicated xfixes include --- effects/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 416725e5fa..986f5921c9 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -6,9 +6,6 @@ kde4_no_enable_final(kwineffects) macro( KWIN4_ADD_EFFECT_BACKEND name ) kde4_add_plugin( ${name} ${ARGN} ) target_link_libraries( ${name} kwineffects ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS} ${X11_Xfixes_LIB} ${X11_Xcursor_LIB}) - if (X11_Xfixes_FOUND) - target_link_libraries(${name} ${X11_Xfixes_LIB}) - endif (X11_Xfixes_FOUND) endmacro( KWIN4_ADD_EFFECT_BACKEND ) # Adds effect plugin with given name. Sources are given after the name