this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix notifyd build

+8 -1
+6 -1
src/libnotify/notifyd/CMakeLists.txt
··· 1 1 project(notifyd) 2 2 3 3 mig(notify_ipc.defs) 4 + mig(notify.defs) 5 + 6 + include_directories(${CMAKE_CURRENT_BINARY_DIR}) 7 + 4 8 set(notifyd_sources 5 9 notifyd.c 6 10 notify_proc.c ··· 8 12 service.c 9 13 timer.c 10 14 ${CMAKE_CURRENT_BINARY_DIR}/notify_ipcServer.c 15 + ${CMAKE_CURRENT_BINARY_DIR}/notifyServer.c 11 16 ) 12 17 13 18 add_darling_executable(notifyd ${notifyd_sources}) 14 - target_link_libraries(notifyd system) 19 + target_link_libraries(notifyd system bsm.0) 15 20 16 21 install(TARGETS notifyd DESTINATION libexec/darling/usr/sbin) 17 22 install(FILES com.apple.notifyd.plist DESTINATION libexec/darling/System/Library/LaunchDaemons)
+1
src/libnotify/notifyd/notify.defs
··· 1 + ../../../Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/notify.defs
+1
src/libnotify/notifyd/notify_ipc.defs
··· 1 + ../notify_ipc.defs