forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
358a2b8675
commit
6a40c0f865
@ -974,7 +974,7 @@ if USE_X11
|
|||||||
Gtk_3_0_gir_SCANNERFLAGS += --add-include-path=$(top_builddir)/gdk/x11
|
Gtk_3_0_gir_SCANNERFLAGS += --add-include-path=$(top_builddir)/gdk/x11
|
||||||
endif
|
endif
|
||||||
Gtk_3_0_gir_SCANNERFLAGS += --c-include="gtk/gtkx.h"
|
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 = \
|
Gtk_3_0_gir_CFLAGS = \
|
||||||
$(INCLUDES) \
|
$(INCLUDES) \
|
||||||
-UGDK_DISABLE_DEPRECATED \
|
-UGDK_DISABLE_DEPRECATED \
|
||||||
|
Loading…
Reference in New Issue
Block a user