1
0
Fork 0
gimp/devel-docs/meson.build
Daniel Baumann 554424e00a
Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 00:14:50 +02:00

13 lines
251 B
Meson

devel_docs_build_root = meson.current_build_dir()
scan_args_common = [
'--deprecated-guards=GIMP_DISABLE_DEPRECATED',
]
mkdb_args_common = [
'--name-space=gimp',
]
if gi_docgen.found() and have_gobject_introspection
subdir('reference')
endif