diff --git a/subprojects/gst-plugins-bad/ext/dash/meson.build b/subprojects/gst-plugins-bad/ext/dash/meson.build index 4df0cd7196..dbaf99e5e5 100644 --- a/subprojects/gst-plugins-bad/ext/dash/meson.build +++ b/subprojects/gst-plugins-bad/ext/dash/meson.build @@ -35,7 +35,7 @@ dash_sources = [ xml2_dep = dependency('libxml-2.0', version : '>= 2.8', - fallback : ['libxml2', 'xml2lib_dep'], + fallback : 'libxml2', required : get_option('dash') )