From 6a40c0f865b446cd25a561a817446026c5414489 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 8 Feb 2011 13:30:24 -0200 Subject: [PATCH] introspection: Remove redundant include Gdk-3.0 is already included above via --include-uninstalled, so don't also specify it in INCLUDES. Doing so breaks if it isn't installed already, since we try to find the gdk-3.0.pc. --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 3d7b9f4d0e..ce6f41de72 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -974,7 +974,7 @@ if USE_X11 Gtk_3_0_gir_SCANNERFLAGS += --add-include-path=$(top_builddir)/gdk/x11 endif Gtk_3_0_gir_SCANNERFLAGS += --c-include="gtk/gtkx.h" -Gtk_3_0_gir_INCLUDES = Atk-1.0 Gdk-3.0 +Gtk_3_0_gir_INCLUDES = Atk-1.0 Gtk_3_0_gir_CFLAGS = \ $(INCLUDES) \ -UGDK_DISABLE_DEPRECATED \