mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 04:09:43 +00:00
Properly install CoreGraphics.framework & fix CoreAnimation
This commit is contained in:
parent
b8f9c9a4b1
commit
f7d56c1eb8
@ -109,6 +109,9 @@ C=libAppKit.so
|
||||
[QuartzCore.framework]
|
||||
A=libQuartzCore.so
|
||||
|
||||
[CoreGraphics.framework]
|
||||
A=libCoreGraphics.so
|
||||
|
||||
[SystemConfiguration.framework]
|
||||
A=libSystemConfiguration.so
|
||||
|
||||
|
@ -10,8 +10,8 @@ SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/darling
|
||||
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
|
||||
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
|
||||
add_library(ApplicationServices SHARED $<TARGET_OBJECTS:coregraphics>)
|
||||
target_link_libraries(ApplicationServices system CoreServices lcms png gif tiff jpeg X11 Xext Xrender fontconfig cairo)
|
||||
add_library(ApplicationServices SHARED empty.c)
|
||||
target_link_libraries(ApplicationServices system CoreServices CoreGraphics)
|
||||
|
||||
install(TARGETS ApplicationServices DESTINATION "${CMAKE_INSTALL_LIBDIR}/darling")
|
||||
|
||||
|
0
src/ApplicationServices/empty.c
Normal file
0
src/ApplicationServices/empty.c
Normal file
@ -121,6 +121,7 @@ add_subdirectory(external/libxpc)
|
||||
add_subdirectory(external/openssl_certificates)
|
||||
add_subdirectory(external/liblcms1)
|
||||
add_subdirectory(external/coregraphics)
|
||||
add_subdirectory(external/coreanimation)
|
||||
add_subdirectory(external/rik-theme)
|
||||
|
||||
if (NOT DARLING_NO_EXECUTABLES)
|
||||
|
2
src/external/coreanimation
vendored
2
src/external/coreanimation
vendored
@ -1 +1 @@
|
||||
Subproject commit d142110eab5a32cde48d2f2c957ba08e030d75ed
|
||||
Subproject commit 1d3a2ed184dca3f182ba722e08b8fc3094231500
|
2
src/external/coregraphics
vendored
2
src/external/coregraphics
vendored
@ -1 +1 @@
|
||||
Subproject commit 86e9eba9a1e468cefd6e1a5f4956f64be7865532
|
||||
Subproject commit 92e401e963bf60d511444bbef92a0a6eb655ab72
|
Loading…
Reference in New Issue
Block a user