gdk: Convince gtk-doc to include backend docs

This is almost as unpleasant with meson as it is with autotools.
This commit is contained in:
Matthias Clasen 2018-01-04 15:55:09 -05:00
parent 7479e6cb50
commit ea6da7b1b8

View File

@ -87,6 +87,8 @@ gnome.gtkdoc('gdk4',
main_xml: 'gdk4-docs.xml',
src_dir: [
join_paths(meson.source_root(), 'gdk'),
join_paths(meson.source_root(), 'gdk', 'x11'),
join_paths(meson.source_root(), 'gdk', 'wayland'),
join_paths(meson.build_root(), 'gdk'),
],
dependencies: libgtk_dep,