meson: Match upstream gtkdoc changes

This commit is contained in:
Patrick Griffis
2016-12-09 13:51:41 -05:00
committed by Matthias Clasen
parent 0df9aab053
commit bc2bb5639b
3 changed files with 3 additions and 17 deletions

View File

@@ -49,13 +49,7 @@ if get_option('with-docs')
main_xml : 'glib-docs.xml',
namespace : 'g',
mode : 'none',
src_dir : [
# TODO: Cleanup upstream
join_paths(meson.source_root(), 'glib'),
join_paths(meson.build_root(), 'glib'),
join_paths(meson.source_root(), 'gmodule'),
join_paths(meson.build_root(), 'gmodule'),
],
src_dir : [ 'glib', 'gmodule' ],
dependencies : libglib_dep,
scan_args : [
'--rebuild-types',