summaryrefslogtreecommitdiffstats
path: root/tdeui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-08 15:38:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-08 15:38:32 -0500
commite1eaf5a90159b023cb4c0c9e5c68acba397c1457 (patch)
tree1d2667967ffe2d9e5ee2d0ae7bab6dbebc990073 /tdeui
parenta71fa0953d227ac2b418a4acd1602db4ecf55825 (diff)
parentaae8990d33bbfee205c75dc7e48e1c64f2beeff0 (diff)
downloadtdelibs-e1eaf5a90159b023cb4c0c9e5c68acba397c1457.tar.gz
tdelibs-e1eaf5a90159b023cb4c0c9e5c68acba397c1457.zip
Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibs
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}
)