aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-25 08:27:33 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-25 08:27:33 +0100
commit8447b03c0a53c44b4051eb223a76c2d5fd24ea67 (patch)
treeeda65197926162f3e8dd08d8c0656c69dc5ff0e8
parent8af68fb360f7396bff5d89bb6f9ccb3dc2df30ba (diff)
Bump dependency on gobject-introspection
older versions create <class name="Trip" [..snip..] <property name="parts" writable="1" construct="1" transfer-ownership="none"> <doc xml:space="preserve">The parts of a trip as #LpfTripPart.</doc> <type name="gpointer" c:type="gpointer"/> ^^^^^^^^ </property> [..snip..] </class> instead of <class name="Trip" [..snip..] <property name="parts" writable="1" construct="1" transfer-ownership="none"> <doc xml:space="preserve">The parts of a trip as #LpfTripPart.</doc> <type name="GLib.SList" c:type="gpointer"> ^^^^^^^^^^ <type name="TripPart"/> </type> </property> [..snip..] </class>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 917607c..89339fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_SILENT_RULES([yes])
GLIB2_REQUIRED=2.22.0
GOBJECT2_REQUIRED=2.10.0
GIO_REQUIRED=2.10.0
-GOBJECT_INTROSPECTION_REQUIRED=0.10.8
+GOBJECT_INTROSPECTION_REQUIRED=1.39.90
LIBXML2_REQUIRED=2.0.0
LIBSOUP_REQUIRED=2.42