diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-08 15:38:32 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-08 15:38:32 -0500 |
commit | e1eaf5a90159b023cb4c0c9e5c68acba397c1457 (patch) | |
tree | 1d2667967ffe2d9e5ee2d0ae7bab6dbebc990073 /tdeui | |
parent | a71fa0953d227ac2b418a4acd1602db4ecf55825 (diff) | |
parent | aae8990d33bbfee205c75dc7e48e1c64f2beeff0 (diff) | |
download | tdelibs-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.txt | 2 |
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} ) |