summaryrefslogtreecommitdiffstats
path: root/tdestyles
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 /tdestyles
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 'tdestyles')
-rw-r--r--tdestyles/keramik/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdestyles/keramik/CMakeLists.txt b/tdestyles/keramik/CMakeLists.txt
index 8ee7c9730..ae536516e 100644
--- a/tdestyles/keramik/CMakeLists.txt
+++ b/tdestyles/keramik/CMakeLists.txt
@@ -65,6 +65,6 @@ set_source_files_properties( pixmaploader.cpp PROPERTIES OBJECT_DEPENDS ${CMAKE_
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK tdefx-shared Xext
+ LINK tdefx-shared ${XEXT_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles
)