mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00

Per the (quite off-topic) discussion in #12772, the fact it's quite broken on Windows, apparently not too maintained anymore and its syntax clashes with gi-docgen syntax…
13 lines
251 B
Meson
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
|