mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
Merge branch 'ebassi/doc-gir-include-path' into 'main'
build: Fix the inclusion paths for GIR files in gi-docgen See merge request GNOME/glib!3688
This commit is contained in:
commit
7785c5150a
@ -244,8 +244,9 @@ custom_target('gio-docs',
|
|||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
'--content-dir=@0@'.format(meson.current_source_dir()),
|
'--content-dir=@0@'.format(meson.current_source_dir()),
|
||||||
'--add-include-path=@0@'.format(meson.current_source_dir() / '../glib'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gobject'),
|
||||||
'--add-include-path=@0@'.format(meson.current_source_dir() / '../gobject'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gmodule'),
|
||||||
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gio'),
|
||||||
'@INPUT1@',
|
'@INPUT1@',
|
||||||
],
|
],
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
|
@ -178,6 +178,7 @@ custom_target('glib-docs',
|
|||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
'--content-dir=@0@'.format(meson.current_source_dir()),
|
'--content-dir=@0@'.format(meson.current_source_dir()),
|
||||||
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gobject'),
|
||||||
'@INPUT1@',
|
'@INPUT1@',
|
||||||
],
|
],
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
|
@ -14,7 +14,8 @@ custom_target('gmodule-docs',
|
|||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
'--content-dir=@0@'.format(meson.current_source_dir()),
|
'--content-dir=@0@'.format(meson.current_source_dir()),
|
||||||
'--add-include-path=@0@'.format(meson.current_source_dir() / '../glib'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gobject'),
|
||||||
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gmodule'),
|
||||||
'@INPUT1@',
|
'@INPUT1@',
|
||||||
],
|
],
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
|
@ -89,7 +89,7 @@ custom_target('gobject-docs',
|
|||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
'--content-dir=@0@'.format(meson.current_source_dir()),
|
'--content-dir=@0@'.format(meson.current_source_dir()),
|
||||||
'--add-include-path=@0@'.format(meson.current_source_dir() / '../glib'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gobject'),
|
||||||
'@INPUT1@',
|
'@INPUT1@',
|
||||||
],
|
],
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user