From 4a3ceaa498ee3d5832ad773911d17c0a1eff1c3a Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 24 Jun 2020 14:37:28 +0200 Subject: [PATCH] meson: pass doc option as required argument to gst-docs subproject Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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