summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-07-17 22:41:05 +0200
committerJens Georg <mail@jensge.org>2015-07-18 21:30:15 +0200
commit1ff50899bb80eae7060daec7e7663f25c7ed3d47 (patch)
treea755a44cd310b6cab12b97016330f8d281827c25 /configure.ac
parent4ec70233563a6f8d7e9f41a56afd8dc3cbb47344 (diff)
downloadrygel-1ff50899bb80eae7060daec7e7663f25c7ed3d47.tar.gz
build: Bump GLib and Valac requirements
Needed for GSubprocessLauncher and Bindings Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 270113e5..c71a7017 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,9 @@ GOBJECT_INTROSPECTION_CHECK([1.33.4])
dnl Required versions of library packages
dnl Not all of these are actually used, depending on the configure options.
-GLIB_REQUIRED=2.34.0
+GLIB_REQUIRED=2.40.0
LIBXML_REQUIRED=2.7
-VALA_REQUIRED=0.22.0
+VALA_REQUIRED=0.24.0
VALADOC_REQUIRED=0.2
GSSDP_REQUIRED=0.13.0
GUPNP_REQUIRED=0.20.14
@@ -60,7 +60,7 @@ GSTREAMER_AUDIO_REQUIRED=1.0
dnl Additional requirements for tracker plugin
TRACKER_SPARQL_REQUIRED_MIN=0.14.0
-VALAFLAGS="--enable-deprecated --target-glib=2.32 $VALAFLAGS"
+VALAFLAGS="--enable-deprecated --target-glib=2.40 $VALAFLAGS"
########################################################
## Base