From 14f7717770c9304822abe00728d0ebdf50210f68 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 6 May 2010 09:54:58 +0200 Subject: [PATCH] Actually expose the X11 funcs through introspection https://bugzilla.gnome.org/show_bug.cgi?id=617863 --- gdk/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index c9dcf23fc3..ec244a811e 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -198,11 +198,12 @@ introspection_files = \ $(gdk_c_sources) \ gdkenumtypes.c \ gdkenumtypes.h \ - x11/*.c + x11/*.c \ + x11/gdkx.h Gdk-3.0.gir: $(gdktargetlib) Makefile Gdk_3_0_gir_SCANNERFLAGS = --strip-prefix=Gdk --add-include-path=../gdk-pixbuf -Gdk_3_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-3.0 Pango-1.0 +Gdk_3_0_gir_INCLUDES = Gio-2.0 GdkPixbuf-3.0 Pango-1.0 xlib-2.0 Gdk_3_0_gir_LIBS = $(gdktargetlib) Gdk_3_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_files)) Gdk_3_0_gir_CFLAGS = $(INCLUDES)