summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-12-25 13:40:24 +0100
committerJens Georg <mail@jensge.org>2014-12-25 14:07:57 +0100
commit7da61c1a1325c152ec548e5d3d1a8885522bb747 (patch)
tree290a411f19068b055050ff200b150e65cc2d1e4f
parent163ea5e3d5f5baafa740acbb9007ecbf93860ca6 (diff)
downloadgupnp-av-7da61c1a1325c152ec548e5d3d1a8885522bb747.tar.gz
Bump required vapigen version
Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=741555
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c71659..2a15024 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AS_IF([test "x$found_introspection" = "xyes"],
AS_IF([pkg-config --atleast-version=1.36.0 gobject-introspection-1.0],
[
AC_MSG_RESULT([yes])
- VAPIGEN_MIN_VERSION=0.20
+ VAPIGEN_MIN_VERSION=0.22
],[AC_MSG_RESULT([no])]
)
GUPNP_PROG_VAPIGEN([$VAPIGEN_MIN_VERSION])