[dconf] Introspection fixups



commit 66b80a34b4cf0a8801e44ffdac173bbe11bbf1b1
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Jul 27 23:38:45 2010 +0200

    Introspection fixups
    
    I just pushed a patch to gobject-introspection to have the scanner
    compilation set an -rpath= if --no-libtool is specified.
    
    Specify --no-libtool here and bump our dependency to the latest
    gobject-introspection (not yet released).

 client/Makefile.am |    1 +
 configure.ac       |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index e0e8516..45e7e6f 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -6,6 +6,7 @@ dconf_0_3_gir_INCLUDES = Gio-2.0
 dconf_0_3_gir_CFLAGS = $(INCLUDES)
 dconf_0_3_gir_LIBS = dconf
 dconf_0_3_gir_FILES = dconf-client.c dconf-client.h
+dconf_0_3_gir_SCANNERFLAGS = --no-libtool
 INTROSPECTION_GIRS = dconf-0.3.gir
 
 girdir = $(datadir)/gir-1.0
diff --git a/configure.ac b/configure.ac
index f4c80b6..bcb1d46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_PROG_CC
 AM_PROG_VALAC([0.9.2])
 
 # Introspection
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_CHECK([0.9.3])
 
 # Gtk-doc support
 GTK_DOC_CHECK([1.14])



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