mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-18 09:02:53 +00:00
4 lines
127 B
Text
4 lines
127 B
Text
declare_args() {
|
|
# Select whether to build with PulseAudio support in LibMedia
|
|
enable_pulseaudio = current_os == "linux"
|
|
}
|