Effects no longer need xfixes and xrender from XLib
This commit is contained in:
parent
d2371e7478
commit
c6be37bc84
2 changed files with 0 additions and 4 deletions
|
@ -13,7 +13,6 @@ set(kwin_effect_KDE_LIBS
|
|||
set(kwin_effect_XLIB_LIBS
|
||||
${X11_LIBRARIES}
|
||||
${X11_Xcursor_LIB}
|
||||
${X11_Xfixes_LIB}
|
||||
)
|
||||
|
||||
set(kwin_effect_XCB_LIBS
|
||||
|
@ -24,7 +23,6 @@ set(kwin_effect_XCB_LIBS
|
|||
)
|
||||
|
||||
if( KWIN_HAVE_XRENDER_COMPOSITING )
|
||||
set(kwin_effect_XLIB_LIBS ${kwin_effect_XLIB_LIBS} ${X11_Xrender_LIB})
|
||||
set(kwin_effect_XCB_LIBS ${kwin_effect_XCB_LIBS} ${XCB_RENDER_LIBRARIES})
|
||||
endif()
|
||||
|
||||
|
|
|
@ -29,8 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <kwinglobals.h>
|
||||
|
||||
// TODO: remove, currently only included to not break builds of effects
|
||||
#include <X11/extensions/Xrender.h>
|
||||
#include <xcb/xfixes.h>
|
||||
|
||||
class QColor;
|
||||
|
|
Loading…
Reference in a new issue