devel-docs: don't build reference docs when GIR aren't generated.
This can happens in cross-compilation cases for instance.
This commit is contained in:
@ -8,7 +8,7 @@ mkdb_args_common = [
|
||||
'--name-space=gimp',
|
||||
]
|
||||
|
||||
if gi_docgen.found()
|
||||
if gi_docgen.found() and have_gobject_introspection
|
||||
subdir('reference')
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user