summaryrefslogtreecommitdiffstats
path: root/kstyles/kthemestyle
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-05 14:44:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:50 +0100
commite4213f01b9eaa5100c31d497f15d87695d18f4cd (patch)
tree5a8790cbe81fa5ae42696b54011e8209449f4222 /kstyles/kthemestyle
parentf3635faf14a7521e7e9263f197d071a98bdda171 (diff)
downloadtdelibs-e4213f01b9eaa5100c31d497f15d87695d18f4cd.tar.gz
tdelibs-e4213f01b9eaa5100c31d497f15d87695d18f4cd.zip
Fix hardcoded link flag to "dl" library
Fix "dlopen" function detection (cherry picked from commit af2c2afb25ce2b62767cdc639cf6d0c4fb967eaa)
Diffstat (limited to 'kstyles/kthemestyle')
-rw-r--r--kstyles/kthemestyle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/kthemestyle/CMakeLists.txt b/kstyles/kthemestyle/CMakeLists.txt
index 9bfb5cb17..bf6cc0317 100644
--- a/kstyles/kthemestyle/CMakeLists.txt
+++ b/kstyles/kthemestyle/CMakeLists.txt
@@ -36,6 +36,6 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK kdefx-shared kdecore-shared dl
+ LINK kdefx-shared kdecore-shared ${DL_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles
)