summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-01-07 16:32:23 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2011-01-07 16:43:18 +0200
commitef09a14e2f06deaf98b2015022e179d4292ed674 (patch)
treed41672cd9175ca970beea4451365da1144fe32b1
parent6ed026b1b3b660e131229bc027022db257a1f6fc (diff)
downloadgupnp-vala-ef09a14e2f06deaf98b2015022e179d4292ed674.tar.gz
Require vala >= 0.11.3
gupnp-dlna 0.5 (that we now require) requires the latest gstreamer and since relavent VAPI files are part of vala package, we need to require latest vala release too now.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a599f01..121b724 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AM_MAINTAINER_MODE
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-VALA_REQUIRED=0.11.1
+VALA_REQUIRED=0.11.3
AM_PROG_VALAC([$VALA_REQUIRED])
if test "x$VALAC" = "x"; then