mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
12 lines
324 B
Text
12 lines
324 B
Text
--- gst-libs/gst/webrtc/meson.build.orig 2025-03-11 20:14:44 UTC
|
|
+++ gst-libs/gst/webrtc/meson.build
|
|
@@ -1,3 +1,4 @@
|
|
+if get_option('webrtc').enabled()
|
|
webrtc_sources = files([
|
|
'dtlstransport.c',
|
|
'ice.c',
|
|
@@ -113,3 +114,4 @@ subdir('nice')
|
|
meson.override_dependency(pkg_name, gstwebrtc_dep)
|
|
|
|
subdir('nice')
|
|
+endif
|