mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-21 17:52:11 +01:00
docs/reference: depend on a native gtk-doc
In a cross-compiled environment we don't need a target gtk-doc, but a native gtk-doc.
This commit is contained in:
parent
03f7c1fbf3
commit
54b081248a
@ -42,7 +42,7 @@ ignore_decorators = '|'.join(ignore_decorators)
|
|||||||
if get_option('gtk_doc')
|
if get_option('gtk_doc')
|
||||||
# Check we have the minimum gtk-doc version required. Older versions won't
|
# Check we have the minimum gtk-doc version required. Older versions won't
|
||||||
# generate correct documentation.
|
# generate correct documentation.
|
||||||
dependency('gtk-doc', version : '>=1.32.1',
|
dependency('gtk-doc', version : '>=1.32.1', native: true,
|
||||||
fallback : ['gtk-doc', 'dummy_dep'],
|
fallback : ['gtk-doc', 'dummy_dep'],
|
||||||
default_options : ['tests=false'])
|
default_options : ['tests=false'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user