summaryrefslogtreecommitdiff
path: root/ext/dash/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dash/meson.build')
-rw-r--r--ext/dash/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dash/meson.build b/ext/dash/meson.build
index 3d7a0153b..3a167d8b8 100644
--- a/ext/dash/meson.build
+++ b/ext/dash/meson.build
@@ -4,7 +4,7 @@ dash_sources = [
'gstplugin.c',
]
-xml2_dep = dependency('libxml-2.0', version : '>= 2.8', required : false)
+xml2_dep = dependency('libxml-2.0', version : '>= 2.8', required : get_option('dash'))
if xml2_dep.found()
gstsouphttpsrc = library('gstdashdemux',
dash_sources,