summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-01-04 15:55:09 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-04 15:57:28 -0500
commitea6da7b1b82d1c58b9a50fa8bdfe778efa680378 (patch)
tree33ea446bceb1978d3965a0c6c2d7dc52ab8a9b42
parent7479e6cb50655c6df52b566c4c6269c83c81254e (diff)
downloadgtk+-ea6da7b1b82d1c58b9a50fa8bdfe778efa680378.tar.gz
gdk: Convince gtk-doc to include backend docs
This is almost as unpleasant with meson as it is with autotools.
-rw-r--r--docs/reference/gdk/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gdk/meson.build b/docs/reference/gdk/meson.build
index f9150a9909..3f462f2f02 100644
--- a/docs/reference/gdk/meson.build
+++ b/docs/reference/gdk/meson.build
@@ -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,