summaryrefslogtreecommitdiffstats
path: root/tdeutils
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-05 02:11:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-07 14:49:00 +0200
commitc2b90055a581e9fb95a281fab53b6c56a96a4f2d (patch)
treecbfa4d9adfb11d4f3b58d4a337042e9863fe81c2 /tdeutils
parent49614d38c9b298488b2cba15bbee48db8d7ec316 (diff)
downloadtdelibs-c2b90055a581e9fb95a281fab53b6c56a96a4f2d.tar.gz
tdelibs-c2b90055a581e9fb95a281fab53b6c56a96a4f2d.zip
Drop explicit dependencies on dcopidl and dcopidl2cpp,
because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeutils')
-rw-r--r--tdeutils/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tdeutils/CMakeLists.txt b/tdeutils/CMakeLists.txt
index 1e1982da4..59feb175d 100644
--- a/tdeutils/CMakeLists.txt
+++ b/tdeutils/CMakeLists.txt
@@ -62,5 +62,4 @@ tde_add_library( ${target} SHARED AUTOMOC
EMBED ksettings-static
LINK tdeparts-shared
DESTINATION ${LIB_INSTALL_DIR}
- DEPENDENCIES dcopidl
)