mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
declare_args() {
|
|
# Select whether to build with PulseAudio support in LibMedia
|
|
enable_pulseaudio = current_os == "linux"
|
|
}
|