Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/es-de/files/patch-es-app_CMakeLists.txt
16461 views
1
--- es-app/CMakeLists.txt.orig 2025-07-15 16:46:41 UTC
2
+++ es-app/CMakeLists.txt
3
@@ -147,7 +147,7 @@ else()
4
else()
5
include_directories(${COMMON_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/src)
6
add_executable(es-de ${ES_SOURCES} ${ES_HEADERS})
7
- target_link_libraries(es-de ${COMMON_LIBRARIES} ${CMAKE_DL_LIBS} es-core lunasvg::lunasvg)
8
+ target_link_libraries(es-de ${COMMON_LIBRARIES} ${CMAKE_DL_LIBS} es-core)
9
set_target_properties(es-de PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)
10
endif()
11
12
13