diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-07 03:36:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-07 03:36:45 +0200 |
commit | c7b651a6ca408afe6dbf22e782fa1b3bca8468d0 (patch) | |
tree | b82b2222f7b154fe15054e224c4f942c2e1efea2 /tdecore/CMakeLists.txt | |
parent | 44ad33926031a2aae1c515488fc2eded94fd6c8f (diff) | |
download | tdelibs-c7b651a6ca408afe6dbf22e782fa1b3bca8468d0.tar.gz tdelibs-c7b651a6ca408afe6dbf22e782fa1b3bca8468d0.zip |
Build tdehw library as a standalone library.
This causes tdecore API change!
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdecore/CMakeLists.txt')
-rw-r--r-- | tdecore/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index eed7dee58..22c3bbc88 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -17,7 +17,6 @@ add_subdirectory( tests ) if( WITH_TDEHWLIB ) add_subdirectory( tdehw ) set( TDEHW_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tdehw ) - set( TDEHW_LIB tdehw-static ) endif( WITH_TDEHWLIB ) if( WITH_LIBART ) @@ -140,8 +139,8 @@ set( ${target}_SRCS tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} - VERSION 14.0.0 - EMBED tdecorenetwork-static ${TDEHW_LIB} + VERSION 14.1.0 + EMBED tdecorenetwork-static LINK DCOP-shared tdefx-shared ICE SM ${ZLIB_LIBRARIES} LINK_PRIVATE ltdlc-static ${KDESVGICONS} ${XCOMPOSITE_LIBRARIES} ${LIBIDN_LIBRARIES} ${LIBBFD_LIBRARIES} ${LIB_UTIL} ${GAMIN_LIBRARIES} |