summaryrefslogtreecommitdiffstats
path: root/domino/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'domino/CMakeLists.txt')
-rw-r--r--domino/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/domino/CMakeLists.txt b/domino/CMakeLists.txt
index 0c2285f..bdad05a 100644
--- a/domino/CMakeLists.txt
+++ b/domino/CMakeLists.txt
@@ -6,7 +6,7 @@ include_directories(
${TQT_INCLUDE_DIRS}
${X11_INCLUDE_DIR}
${XFT_INCLUDE_DIRS}
- ${XCB_SHAPE_INCLUDE_DIRS}
+ ${XEXT_INCLUDE_DIRS}
${FREETYPE_INCLUDE_DIRS}
)
@@ -15,7 +15,7 @@ link_directories(
${TDE_LIBRARY_DIRS}
${X11_LIBRARY_DIRS}
${XFT_LIBRARY_DIRS}
- ${XCB_SHAPE_LIBRARY_DIRS}
+ ${XEXT_LIBRARY_DIRS}
${FREETYPE_LIBRARY_DIRS}
)
@@ -29,7 +29,7 @@ tde_add_library( domino_style STATIC_PIC AUTOMOC
LINK
tdecore-shared tdeui-shared tdeutils-shared
${X11_LIBRARIES} ${XFT_LIBRARIES}
- ${XCB_SHAPE_LIBRARIES} ${FREETYPE_LIBRARIES}
+ ${X11_Xrender_LIB} ${FREETYPE_LIBRARIES}
)