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:
@@ -7,7 +7,7 @@ if get_option('gtk_doc')
|
|||||||
# for the time being
|
# for the time being
|
||||||
dependency('gtk-doc', version: '>=1.99',
|
dependency('gtk-doc', version: '>=1.99',
|
||||||
fallback: ['gtk-doc', 'dummy_dep'],
|
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_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
|
||||||
glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')
|
glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')
|
||||||
|
|||||||
Reference in New Issue
Block a user