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:
Jordan Petridis
2024-02-02 12:54:07 +02:00
parent 53ded42fbb
commit e0b7ab81cf

View File

@@ -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'