summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2010-05-06 09:54:58 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-05-24 15:27:44 +0200
commit14f7717770c9304822abe00728d0ebdf50210f68 (patch)
tree685ae5d9713891a9470272f2b0dfd497fb05a838
parent5917eba911616a6a3b7967e807e786307c01a559 (diff)
downloadgtk+-14f7717770c9304822abe00728d0ebdf50210f68.tar.gz
Actually expose the X11 funcs through introspection
https://bugzilla.gnome.org/show_bug.cgi?id=617863
-rw-r--r--gdk/Makefile.am5
1 files 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)