Merge branch 'use-gtk-doc-for-gtk4' into 'master'

Use gtk-doc from the gtk-doc-for-gtk4 branch

See merge request GNOME/gtk!1683
This commit is contained in:
Matthias Clasen 2020-04-13 23:21:57 +00:00
commit fdf812b7d7
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,9 @@ if get_option('gtk_doc')
error('Building the GTK documentation requires Meson 0.52.0')
endif
# Use gtk-doc as a sub-project if the version isn't new enough
dependency('gtk-doc', version: '>=1.32',
# Use gtk-doc as a sub-project from the gtk-doc-for-gtk4 branch
# for the time being
dependency('gtk-doc', version: '>=1.99',
fallback: ['gtk-doc', 'dummy_dep'],
default_options: ['tests=false'])

View File

@ -1,4 +1,4 @@
[wrap-git]
directory=gtk-doc
url=https://gitlab.gnome.org/GNOME/gtk-doc.git
revision=master
revision=gtk-doc-for-gtk4