From 9d1fb072d4a01139df00a59ee0255ce9d751a4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 3 May 2013 08:56:47 +0200 Subject: [PATCH] Find xcb_icccm and link it in KWin core We need it for porting some aspects of Client to XCB. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09c1a0022b..6570b1aa48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -245,6 +245,7 @@ set(kwin_XCB_LIBS ${XCB_RENDER_LIBRARIES} ${XCB_RANDR_LIBRARIES} ${XCB_KEYSYMS_LIBRARIES} + ${XCB_ICCCM_LIBRARIES} ) set(kwin_OPENGL_LIBS )