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