mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'alatiera/docs-fix' into 'main'
docs: Fix include path for the build See merge request GNOME/glib!3871
This commit is contained in:
commit
1c6db4c8b4
@ -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…
Reference in New Issue
Block a user