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

@@ -9,6 +9,7 @@ FIND_LIBRARY(CORE_AUDIO_LIBRARY CoreAudio)
FIND_LIBRARY(CORE_MEDIA_LIBRARY CoreMedia)
FIND_LIBRARY(CORE_VIDEO_LIBRARY CoreVideo)
FIND_LIBRARY(FOUNDATION_LIBRARY Foundation)
FIND_LIBRARY(IOKIT_LIBRARY IOKit)
FIND_LIBRARY(VIDEO_TOOLBOX_LIBRARY VideoToolbox)
if(SUNSHINE_ENABLE_TRAY)