[gdk-pixbuf] introspection: Drop back to only using 0.9.3 API



commit 9d4652b8539fd103eb51d0236069503b233d325b
Author: Colin Walters <walters verbum org>
Date:   Wed Sep 15 14:46:34 2010 -0400

    introspection: Drop back to only using 0.9.3 API

 configure.ac           |    2 +-
 gdk-pixbuf/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 67b192f..29d734a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -954,7 +954,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-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index da7c7dd..d4105d2 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -677,7 +677,7 @@ EXTRA_DIST +=					\
 if HAVE_INTROSPECTION
 
 GdkPixbuf-2.0.gir: libgdk_pixbuf-2.0.la Makefile
-GdkPixbuf_2_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Gdk --symbol-prefix=gdk
+GdkPixbuf_2_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk
 GdkPixbuf_2_0_gir_INCLUDES = GModule-2.0 Gio-2.0
 GdkPixbuf_2_0_gir_LIBS = libgdk_pixbuf-2.0.la
 GdkPixbuf_2_0_gir_CFLAGS = $(INCLUDES)



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