xcomposite-shared-masterbranch.patch 772 B

123456789101112131415161718
  1. --- tdelibs-20211106_fa49e53a/tdecore/CMakeLists.txt~ 2021-11-22 17:11:05.000000000 -0300
  2. +++ tdelibs-20211106_fa49e53a/tdecore/CMakeLists.txt 2021-11-22 18:52:05.135635451 -0300
  3. @@ -141,10 +141,10 @@
  4. SOURCES ${${target}_SRCS}
  5. VERSION 14.1.0
  6. EMBED tdecorenetwork-static
  7. - LINK DCOP-shared tdefx-shared ICE SM ${ZLIB_LIBRARIES}
  8. - LINK_PRIVATE ltdlc-static ${KDESVGICONS} ${XCOMPOSITE_LIBRARIES}
  9. - ${LIBIDN_LIBRARIES} ${LIBBFD_LIBRARIES} ${LIB_UTIL} ${GAMIN_LIBRARIES}
  10. - ${Backtrace_LIBRARY}
  11. + LINK ltdlc-static DCOP-shared tdefx-shared ICE SM ${ZLIB_LIBRARIES}
  12. + ${KDESVGICONS} ${XCOMPOSITE_LIBRARIES}
  13. + LINK_PRIVATE ${LIBIDN_LIBRARIES} ${LIBBFD_LIBRARIES} ${LIB_UTIL}
  14. + ${GAMIN_LIBRARIES} ${Backtrace_LIBRARY}
  15. DESTINATION ${LIB_INSTALL_DIR}
  16. )