summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:54:03 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-02 11:55:07 +0100
commit163648861cbc68326c679c9f78547b2b55296d88 (patch)
tree9db06a19e947b4b04fe1122964977257e17e40fb /docs
parentd08ae184354dd6cb191f70425292639109d1a219 (diff)
downloadgdk-pixbuf-163648861cbc68326c679c9f78547b2b55296d88.tar.gz
meson: Build gdk-pixbuf-xlib
Contributed library.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk-pixbuf/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/meson.build b/docs/reference/gdk-pixbuf/meson.build
index f974b6081..47f241094 100644
--- a/docs/reference/gdk-pixbuf/meson.build
+++ b/docs/reference/gdk-pixbuf/meson.build
@@ -26,6 +26,7 @@ if get_option('with_docs')
src_dir: [
join_paths(meson.source_root(), 'gdk-pixbuf'),
join_paths(meson.build_root(), 'gdk-pixbuf'),
+ join_paths(meson.source_root(), 'contrib', 'gdk-pixbuf-xlib'),
],
dependencies: gdk_pixbuf_deps,
gobject_typesfile: 'gdk-pixbuf.types',