[rygel] build: Lower valac requirement to 0.36 again



commit 1f4a4281b311c58306b527b30ada7f669b9dbcd4
Author: Jens Georg <mail jensge org>
Date:   Thu Jan 17 14:03:23 2019 +0100

    build: Lower valac requirement to 0.36 again

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2581024b..9882d613 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ dnl Required versions of library packages
 dnl Not all of these are actually used, depending on the configure options.
 GLIB_REQUIRED=2.40.0
 LIBXML_REQUIRED=2.7
-VALA_REQUIRED=0.40.0
+VALA_REQUIRED=0.36.0
 VALADOC_REQUIRED=0.2
 GSSDP_REQUIRED=1.1.0
 GUPNP_REQUIRED=1.1.0
diff --git a/meson.build b/meson.build
index e7d7c59e..37613467 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('rygel', 'vala', 'c', version : '0.37.1')
 vala = meson.get_compiler('vala')
 
 # Check for the required vala version
-vala_version_required = '>= 0.40'
+vala_version_required = '>= 0.36'
 vala_version_found = vala.version()
 
 if not vala_version_found.version_compare(vala_version_required)


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