--- gst-libs/gst/webrtc/meson.build.orig 2024-08-21 11:25:15 UTC +++ gst-libs/gst/webrtc/meson.build @@ -1,3 +1,4 @@ +if get_option('webrtc').enabled() webrtc_sources = files([ 'dtlstransport.c', 'ice.c', @@ -104,3 +105,4 @@ subdir('nice') meson.override_dependency(pkg_name, gstwebrtc_dep) subdir('nice') +endif