mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 20:17:36 +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"
|
|
}
|