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:
parent
aa55cf98ae
commit
9d1fb072d4
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ set(kwin_XCB_LIBS
|
||||||
${XCB_RENDER_LIBRARIES}
|
${XCB_RENDER_LIBRARIES}
|
||||||
${XCB_RANDR_LIBRARIES}
|
${XCB_RANDR_LIBRARIES}
|
||||||
${XCB_KEYSYMS_LIBRARIES}
|
${XCB_KEYSYMS_LIBRARIES}
|
||||||
|
${XCB_ICCCM_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
set(kwin_OPENGL_LIBS )
|
set(kwin_OPENGL_LIBS )
|
||||||
|
|
Loading…
Reference in a new issue