Disable pulseaudio in firefox.

This commit is contained in:
Tom Alexander 2024-04-28 16:28:55 -04:00
parent a7fe423583
commit c650b9626f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -25,6 +25,10 @@ OPTIONS_SET+=STATIC LTO
OPTIONS_SET+=NATIVECOMP PGTK
.endif
.if ${.CURDIR:M*/www/firefox*}
OPTIONS_UNSET+=PULSEAUDIO
.endif
OPTIONS_SET+=OPTIMIZED_CFLAGS
# qemu uses STATIC_LINK instead of the more standard flag of STATIC
OPTIONS_SET+=STATIC_LINK