summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-08-07 20:55:35 +0200
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-13 11:26:03 +0100
commit695a0a069cc128e4addc531f991695dc6027c025 (patch)
treef17e11c4c9d6e5b234ef709f9d2d021aa99f47ca /docs
parentcf7491b035c7caebd872584a272b7faefef00511 (diff)
downloadgdk-pixbuf-695a0a069cc128e4addc531f991695dc6027c025.tar.gz
meson: Use include_directories references throughout
https://bugzilla.gnome.org/show_bug.cgi?id=785964
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk-pixbuf/meson.build5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/reference/gdk-pixbuf/meson.build b/docs/reference/gdk-pixbuf/meson.build
index 3fb01f0e3..535ab5284 100644
--- a/docs/reference/gdk-pixbuf/meson.build
+++ b/docs/reference/gdk-pixbuf/meson.build
@@ -30,9 +30,8 @@ if get_option('with_docs')
gnome.gtkdoc('gdk-pixbuf',
main_xml: 'gdk-pixbuf.xml',
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'),
+ gdk_pixbuf_inc,
+ gdkpixbuf_xlib_inc,
],
dependencies: gdk_pixbuf_deps,
gobject_typesfile: 'gdk-pixbuf.types',