mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
meson: docs: make gtk-doc find the gobject.types file
Should really use files('gobject.types') instead, but that seems to get expanded to the build path for some reason: https://github.com/mesonbuild/meson/issues/1875
This commit is contained in:
parent
42705b57f7
commit
24ea260b4c
@ -20,7 +20,7 @@ if get_option('with-docs') != 'no'
|
||||
gnome.gtkdoc('gobject',
|
||||
main_xml : 'gobject-docs.xml',
|
||||
namespace : 'g',
|
||||
gobject_typesfile : 'gobject.types',
|
||||
gobject_typesfile : join_paths(meson.current_source_dir(), 'gobject.types'),
|
||||
mode : 'none',
|
||||
dependencies : [libgobject_dep, libglib_dep],
|
||||
src_dir : 'gobject',
|
||||
|
Loading…
Reference in New Issue
Block a user