aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-media_media__options.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-media_media__options.gni')
-rw-r--r--devel/electron12/files/patch-media_media__options.gni12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/electron12/files/patch-media_media__options.gni b/devel/electron12/files/patch-media_media__options.gni
deleted file mode 100644
index 51ed5c981f7b..000000000000
--- a/devel/electron12/files/patch-media_media__options.gni
+++ /dev/null
@@ -1,12 +0,0 @@
---- media/media_options.gni.orig 2021-04-14 01:08:51 UTC
-+++ media/media_options.gni
-@@ -125,6 +125,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 &&