diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-05 02:11:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-07 14:49:00 +0200 |
commit | c2b90055a581e9fb95a281fab53b6c56a96a4f2d (patch) | |
tree | cbfa4d9adfb11d4f3b58d4a337042e9863fe81c2 /tdecore | |
parent | 49614d38c9b298488b2cba15bbee48db8d7ec316 (diff) | |
download | tdelibs-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 'tdecore')
-rw-r--r-- | tdecore/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index dd9bbe76e..fb39d1bea 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -139,7 +139,6 @@ tde_add_library( ${target} SHARED AUTOMOC LINK ltdlc-static ${KDESVGICONS} DCOP-shared tdefx-shared ${ZLIB_LIBRARIES} ${LIBIDN_LIBRARIES} ${XCOMPOSITE_LIBRARIES} ICE SM ${GAMIN_LIBRARIES} ${LIBBFD_LIBRARIES} ${LIB_UTIL} - DEPENDENCIES dcopidl dcopidl2cpp DESTINATION ${LIB_INSTALL_DIR} ) |