summaryrefslogtreecommitdiffstats
path: root/tdeui
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-08 21:25:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-08 21:25:38 +0200
commitaae8990d33bbfee205c75dc7e48e1c64f2beeff0 (patch)
tree41db5d1e9ccf4e6dfc11b379794f6e816550914c /tdeui
parent3adf509ac83ac9d807de0bbed0770d0234382c84 (diff)
downloadtdelibs-aae8990d33bbfee205c75dc7e48e1c64f2beeff0.tar.gz
tdelibs-aae8990d33bbfee205c75dc7e48e1c64f2beeff0.zip
Add a cmake detection for Xext library
Remove hardcoded Xext flags in tderandr and tdestyles/keramik Add missing link flag in tdeui
Diffstat (limited to 'tdeui')
-rw-r--r--tdeui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/CMakeLists.txt b/tdeui/CMakeLists.txt
index d30bee930..581687833 100644
--- a/tdeui/CMakeLists.txt
+++ b/tdeui/CMakeLists.txt
@@ -148,7 +148,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 14.0.0
- LINK tdecore-shared ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES}
+ LINK tdecore-shared ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} ${XEXT_LIBRARIES}
DEPENDENCIES dcopidl
DESTINATION ${LIB_INSTALL_DIR}
)