[json-glib] introspection: Update to 0.9.5



commit c6bf7ecb0a836b5b43f203cb22be577bd54b9e9a
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Sat Sep 25 11:23:43 2010 +0100

    introspection: Update to 0.9.5
    
    Add --warn-all for the scanner flags.
    
    Also, undefine JSON_DISABLE_DEPRECATED, to introspect deprecated API.

 configure.ac          |    2 +-
 json-glib/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3d41f99..726333a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,7 @@ AC_MSG_RESULT([$enable_gcov])
 
 GTK_DOC_CHECK([1.13], [--flavour no-tmpl])
 
-GOBJECT_INTROSPECTION_CHECK([0.6.14])
+GOBJECT_INTROSPECTION_CHECK([0.9.5])
 
 AC_CONFIG_FILES([
         Makefile
diff --git a/json-glib/Makefile.am b/json-glib/Makefile.am
index 519feae..f706147 100644
--- a/json-glib/Makefile.am
+++ b/json-glib/Makefile.am
@@ -101,9 +101,9 @@ Json_1_0_gir_NAMESPACE = Json
 Json_1_0_gir_VERSION = 1.0
 Json_1_0_gir_LIBS = libjson-glib-1.0.la
 Json_1_0_gir_FILES = $(source_h) $(source_c)
-Json_1_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS)
+Json_1_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) $(JSON_CFLAGS) -UJSON_DISABLE_DEPRECATED
 Json_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
-Json_1_0_gir_SCANNERFLAGS = --pkg-export json-glib-1.0
+Json_1_0_gir_SCANNERFLAGS = --warn-all --pkg-export json-glib-1.0
 
 girdir = $(datadir)/gir-1.0
 dist_gir_DATA = Json-1.0.gir



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