mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Merge branch 'wip/bobby285271/fix-docs-dir' into 'main'
docs: Fix building with docs enabled and introspection disabled See merge request GNOME/glib!3955
This commit is contained in:
@@ -15,10 +15,10 @@ if get_option('documentation') and enable_gir
|
|||||||
'--fatal-warnings',
|
'--fatal-warnings',
|
||||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../girepository/introspection'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../girepository/introspection'),
|
||||||
]
|
]
|
||||||
|
|
||||||
docs_dir = glib_datadir / 'doc' / 'glib-2.0'
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
docs_dir = glib_datadir / 'doc' / 'glib-2.0'
|
||||||
|
|
||||||
subdir('glib')
|
subdir('glib')
|
||||||
subdir('gmodule')
|
subdir('gmodule')
|
||||||
subdir('gobject')
|
subdir('gobject')
|
||||||
|
Reference in New Issue
Block a user