From 695a0a069cc128e4addc531f991695dc6027c025 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Mon, 7 Aug 2017 20:55:35 +0200 Subject: meson: Use include_directories references throughout https://bugzilla.gnome.org/show_bug.cgi?id=785964 --- docs/reference/gdk-pixbuf/meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') 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', -- cgit v1.2.1