From dcc273fe0f43c88d96993d615deabafeb4fbbbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 31 Jul 2013 06:53:47 +0200 Subject: [PATCH] KWin core doesn't need to link some XLib libs any more * XExt * ICE * SM * XRender * XDamage * XFixes --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b3e9621ef..fff44bb1a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,14 +235,8 @@ set(kwin_KDE_LIBS set(kwin_XLIB_LIBS ${X11_X11_LIB} - ${X11_Xext_LIB} - ${X11_ICE_LIB} - ${X11_SM_LIB} ${X11_Xcursor_LIB} ${X11_Xrandr_LIB} - ${X11_Xdamage_LIB} - ${X11_Xrender_LIB} - ${X11_Xfixes_LIB} ) set(kwin_XCB_LIBS