[gdk-pixbuf] introspection: Update to new scanner API



commit eedc4a3d373671ac62e38ad0d1161f58cd76a31b
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Sep 1 12:21:37 2010 +0100

    introspection: Update to new scanner API
    
    Similar to commit b04b1b2e846e930166beaceeb4ff2c8fb4b00d2f in gtk+:
    
    â?¢ Depend on g-i 0.9.5
    â?¢ Add --warn-all
    â?¢ Drop --strip-prefix and use --symbol-prefix
    
    Signed-off-by: Emmanuele Bassi <ebassi linux intel com>

 configure.ac           |    2 +-
 gdk-pixbuf/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b71737e..4fae4bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -962,7 +962,7 @@ fi
 # GObject introspection
 ##################################################
 
-GOBJECT_INTROSPECTION_CHECK([0.9.0])
+GOBJECT_INTROSPECTION_CHECK([0.9.5])
 
 ##################################################
 # Checks for gtk-doc and docbook-tools
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index f413d9d..b121157 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -666,7 +666,7 @@ EXTRA_DIST +=					\
 if HAVE_INTROSPECTION
 
 GdkPixbuf-2.0.gir: libgdk_pixbuf-2.0.la Makefile
-GdkPixbuf_2_0_gir_SCANNERFLAGS = --strip-prefix=Gdk
+GdkPixbuf_2_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Gdk --symbol-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]