]> Pileus Git - ~andy/gtk/commitdiff
Actually expose the X11 funcs through introspection
authorTomeu Vizoso <tomeu@sugarlabs.org>
Thu, 6 May 2010 07:54:58 +0000 (09:54 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Mon, 24 May 2010 13:27:44 +0000 (15:27 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=617863

gdk/Makefile.am

index c9dcf23fc30910742025c8bffda8a95519973b96..ec244a811e09252c0713b2e740e5cd4fb94eb992 100644 (file)
@@ -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)