aboutsummaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-media_media__options.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron4/files/patch-media_media__options.gni')
-rw-r--r--devel/electron4/files/patch-media_media__options.gni12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/electron4/files/patch-media_media__options.gni b/devel/electron4/files/patch-media_media__options.gni
new file mode 100644
index 000000000000..97a12684127d
--- /dev/null
+++ b/devel/electron4/files/patch-media_media__options.gni
@@ -0,0 +1,12 @@
+--- media/media_options.gni.orig 2019-03-15 06:37:28 UTC
++++ media/media_options.gni
+@@ -95,6 +95,9 @@ declare_args() {
+ # Enables runtime selection of ALSA library for audio.
+ use_alsa = false
+
++ # Enable runtime selection of sndio(7)
++ use_sndio = false
++
+ # Alsa should be used on non-Android, non-Mac POSIX systems.
+ # Alsa should be used on desktop Chromecast and audio-only Chromecast builds.
+ if (is_posix && !is_android && !is_mac &&