mirror of
https://github.com/RGBCube/serenity
synced 2025-07-06 17:37:35 +00:00
4 lines
127 B
Text
4 lines
127 B
Text
declare_args() {
|
|
# Select whether to build with PulseAudio support in LibAudio
|
|
enable_pulseaudio = current_os == "linux"
|
|
}
|