1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 20:17:36 +00:00
serenity/Meta/gn/build/libs/pulse/enable.gni
2023-08-04 14:20:00 -06:00

4 lines
127 B
Text

declare_args() {
# Select whether to build with PulseAudio support in LibAudio
enable_pulseaudio = current_os == "linux"
}