fix(macos): wake sleeping display at the beginning of capture session (#5291)

This commit is contained in:
martona
2026-06-17 11:28:07 -04:00
committed by GitHub
parent a103db8590
commit c9863ebee9
3 changed files with 235 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
${CORE_MEDIA_LIBRARY}
${CORE_VIDEO_LIBRARY}
${FOUNDATION_LIBRARY}
${IOKIT_LIBRARY}
${VIDEO_TOOLBOX_LIBRARY})
set(APPLE_PLIST_TEMPLATE "${SUNSHINE_SOURCE_ASSETS_DIR}/macos/build/Info.plist.in")