mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 20:04:14 +02:00
meson: Match upstream gtkdoc changes
This commit is contained in:
committed by
Matthias Clasen
parent
0df9aab053
commit
bc2bb5639b
@@ -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',
|
||||
|
Reference in New Issue
Block a user