Merge branch 'wip/smcv/no-yelp' into 'master'

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

See merge request GNOME/gtk!2475
This commit is contained in:
Emmanuele Bassi 2020-08-25 11:18:35 +00:00
commit 944607f240

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')