mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 04:02:09 +01:00
docs: Fix include path for the build
f75221c7ea0a02aa0c4be3a9a3e2ece78e6cf8ec 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:
parent
53ded42fbb
commit
e0b7ab81cf
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user