summaryrefslogtreecommitdiffstats
path: root/kdecore
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-05 16:55:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:52 +0100
commit0c90f47458279156d84f4548d4508ef45d6ea289 (patch)
treed25541e6c89cae5e7619e3e9b063916deb1ef996 /kdecore
parent50c30d0de1bc61aa51524a735d67d442cbfd9eec (diff)
downloadtdelibs-0c90f47458279156d84f4548d4508ef45d6ea289.tar.gz
tdelibs-0c90f47458279156d84f4548d4508ef45d6ea289.zip
Fix FTBFS on openbsd because missing link to "util" library
(cherry picked from commit 8e7888b85708c6e5d7a3b404c40a1bcf9c807bd0)
Diffstat (limited to 'kdecore')
-rw-r--r--kdecore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/CMakeLists.txt b/kdecore/CMakeLists.txt
index 28b74c52d..ebebdb08d 100644
--- a/kdecore/CMakeLists.txt
+++ b/kdecore/CMakeLists.txt
@@ -129,7 +129,7 @@ tde_add_library( ${target} SHARED AUTOMOC
VERSION 4.2.0
EMBED kdecorenetwork-static
LINK ltdlc-static ${KDESVGICONS} DCOP-shared kdefx-shared ${ZLIB_LIBRARIES} ${LIBIDN_LIBRARIES} ${XCOMPOSITE_LIBRARIES} ICE SM
- ${LIBBFD_LIBRARIES}
+ ${LIBBFD_LIBRARIES} util
DEPENDENCIES dcopidl dcopidl2cpp
DESTINATION ${LIB_INSTALL_DIR}
)