mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Activate WITH_MACAUDIO flag if the build is for OS X
This commit is contained in:
@@ -72,6 +72,8 @@ option(WITH_CHANNELS "Build virtual channel plugins" ON)
|
||||
cmake_dependent_option(WITH_CLIENT_CHANNELS "Build virtual channel plugins" ON
|
||||
"WITH_CLIENT_COMMON;WITH_CHANNELS" OFF)
|
||||
|
||||
cmake_dependent_option(WITH_MACAUDIO "Enable OSX sound backend" ON "APPLE;NOT IOS" OFF)
|
||||
|
||||
if(WITH_SERVER AND WITH_CHANNELS)
|
||||
option(WITH_SERVER_CHANNELS "Build virtual channel plugins" ON)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user