mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 22:03:29 +02:00
meson: Match upstream gtkdoc changes
This commit is contained in:
committed by
Matthias Clasen
parent
0df9aab053
commit
bc2bb5639b
@@ -101,11 +101,7 @@ if get_option('with-docs')
|
||||
gobject_typesfile : 'gio.types',
|
||||
mode : 'none',
|
||||
dependencies : [libgio_dep, libgobject_dep, libglib_dep],
|
||||
src_dir : [
|
||||
# TODO: Cleanup upstream
|
||||
join_paths(meson.source_root(), 'gio'),
|
||||
join_paths(meson.build_root(), 'gio'),
|
||||
],
|
||||
src_dir : 'gio',
|
||||
scan_args : [
|
||||
'--rebuild-types',
|
||||
'--deprecated-guards=G_DISABLE_DEPRECATED',
|
||||
|
Reference in New Issue
Block a user