[gtk+] Actually expose the X11 funcs through introspection



commit 14f7717770c9304822abe00728d0ebdf50210f68
Author: Tomeu Vizoso <tomeu sugarlabs org>
Date:   Thu May 6 09:54:58 2010 +0200

    Actually expose the X11 funcs through introspection
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617863

 gdk/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index c9dcf23..ec244a8 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]