summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-media_BUILD.gn
blob: 178c37a15f2185a83aec10d1e3d6cc3c9bc9442f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/BUILD.gn.orig	2019-03-15 06:37:27 UTC
+++ media/BUILD.gn
@@ -58,6 +58,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
   if (use_cras) {
     defines += [ "USE_CRAS" ]
   }