mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
build: Tell gi-docgen where to find the GIR files
Now that all files are located under top_srcdir/introspection, we need to ensure that gi-docgen can find them.
This commit is contained in:
@@ -12,6 +12,7 @@ if get_option('documentation') and enable_gir
|
||||
'--quiet',
|
||||
'--no-namespace-dir',
|
||||
'--fatal-warnings',
|
||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../introspection'),
|
||||
]
|
||||
|
||||
docs_dir = glib_datadir / 'doc' / 'glib-2.0'
|
||||
|
Reference in New Issue
Block a user