summaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-media_BUILD.gn
blob: 9e6cc9722d3a504956e11c5722b7d102fb096b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- media/BUILD.gn.orig	2024-10-16 21:31:33 UTC
+++ media/BUILD.gn
@@ -97,6 +97,9 @@ config("media_config") {
       defines += [ "DLOPEN_PULSEAUDIO" ]
     }
   }
+  if (use_sndio) {
+    defines += [ "USE_SNDIO" ]
+  }
 }
 
 # Internal grouping of the configs necessary to support sub-folders having their