summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-media_BUILD.gn
blob: 5cab6429952579eb70ebb8f76036f49bfbdb6017 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/BUILD.gn.orig	2019-12-12 12:39:49 UTC
+++ media/BUILD.gn
@@ -62,6 +62,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
   if (use_cras) {
     defines += [ "USE_CRAS" ]
   }