Find xcb_icccm and link it in KWin core

We need it for porting some aspects of Client to XCB.
This commit is contained in:
Martin Gräßlin 2013-05-03 08:56:47 +02:00
parent aa55cf98ae
commit 9d1fb072d4

View file

@ -245,6 +245,7 @@ set(kwin_XCB_LIBS
${XCB_RENDER_LIBRARIES}
${XCB_RANDR_LIBRARIES}
${XCB_KEYSYMS_LIBRARIES}
${XCB_ICCCM_LIBRARIES}
)
set(kwin_OPENGL_LIBS )