From f29e83da063f73324a1e54dbc89d0b1d30ba4361 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Mon, 7 Aug 2017 21:39:49 +0200 Subject: meson: Use the right dependency for gtkdoc The gdkpixbuf_dep pulls in the right include dir. This fixes the following error: gdk-pixbuf-scan.c:7:10: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory https://bugzilla.gnome.org/show_bug.cgi?id=785964 --- docs/reference/gdk-pixbuf/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/reference/gdk-pixbuf/meson.build b/docs/reference/gdk-pixbuf/meson.build index 535ab5284..b8d6f22b6 100644 --- a/docs/reference/gdk-pixbuf/meson.build +++ b/docs/reference/gdk-pixbuf/meson.build @@ -33,7 +33,7 @@ if get_option('with_docs') gdk_pixbuf_inc, gdkpixbuf_xlib_inc, ], - dependencies: gdk_pixbuf_deps, + dependencies: gdkpixbuf_dep, gobject_typesfile: 'gdk-pixbuf.types', scan_args: [ '--deprecated-guards="GDK_PIXBUF_ENABLE_BROKEN|GDK_PIXBUF_DISABLE_DEPRECATED"', -- cgit v1.2.1