[gtk+] introspection: Only use 0.9.3 API
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] introspection: Only use 0.9.3 API
- Date: Wed, 15 Sep 2010 19:12:51 +0000 (UTC)
commit bf2a7ee1b6c17129861df2e9816d453d4870d5c8
Author: Colin Walters <walters verbum org>
Date: Tue Sep 14 22:01:00 2010 -0400
introspection: Only use 0.9.3 API
configure.ac | 2 +-
gdk/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 71477e4..3d58578 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1534,7 +1534,7 @@ fi
# GObject introspection
##################################################
-GOBJECT_INTROSPECTION_CHECK([0.9.5])
+GOBJECT_INTROSPECTION_CHECK([0.9.3])
##################################################
# Checks for gtk-doc and docbook-tools
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 39242cf..dca2456 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -226,7 +226,7 @@ x11_introspection_files = \
x11/gdkx.h
GdkX11-3.0.gir: $(gdktargetlib) Gdk-3.0.gir Makefile
-GdkX11_3_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Gdk --symbol-prefix=gdk
+GdkX11_3_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk
GdkX11_3_0_gir_INCLUDES = Gio-2.0 Gdk-3.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0
GdkX11_3_0_gir_LIBS = $(gdktargetlib)
GdkX11_3_0_gir_FILES = $(x11_introspection_files)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]