opnsense-ports/devel/electron32/files/patch-media_BUILD.gn
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

12 lines
276 B
Text

--- media/BUILD.gn.orig 2024-02-21 00:20:48 UTC
+++ media/BUILD.gn
@@ -96,6 +96,9 @@ config("media_config") {
defines += [ "DLOPEN_PULSEAUDIO" ]
}
}
+ if (use_sndio) {
+ defines += [ "USE_SNDIO" ]
+ }
if (use_cras) {
defines += [ "USE_CRAS" ]
}