summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-24 14:37:28 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2020-06-24 14:37:28 +0200
commit4a3ceaa498ee3d5832ad773911d17c0a1eff1c3a (patch)
tree58cd67ef10304b5b3f96391bb947829d4834362b
parent075ed8610fa4e16c8c85c9544b855a100738f84b (diff)
meson: pass doc option as required argument to gst-docs subproject
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/166>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f78ddbfbc3..193d453ef5 100644
--- a/meson.build
+++ b/meson.build
@@ -184,7 +184,7 @@ configure_file(
)
if documented_projects != ''
- subproject('gst-docs')
+ subproject('gst-docs', required: get_option('doc').enabled())
message('Gst docs subprojects: ' + documented_projects)
endif