--- 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