mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: Fix include path for the build
f75221c7ea
moved the introspection
folder around, but we also need to adjust the relative path so
the documentation will keep building
This commit is contained in:
@@ -12,7 +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'),
|
||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../girepository/introspection'),
|
||||
]
|
||||
|
||||
docs_dir = glib_datadir / 'doc' / 'glib-2.0'
|
||||
|
Reference in New Issue
Block a user