forked from AuroraMiddleware/gtk
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:
commit
944607f240
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user