docs: Don't build Yelp manual for bundled gtk-doc subproject

This adds dependencies that would otherwise be unnecessary.

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie 2020-08-25 10:42:40 +01:00
parent 9729a060f5
commit 43781652b3

View File

@ -7,7 +7,7 @@ if get_option('gtk_doc')
# for the time being
dependency('gtk-doc', version: '>=1.99',
fallback: ['gtk-doc', 'dummy_dep'],
default_options: ['tests=false'])
default_options: ['tests=false', 'yelp_manual=false'])
glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')