[Xfce4-commits] <postler:master> Require Vala version 0.8 at minimum
Christian Dywan
noreply at xfce.org
Sun Jul 18 15:40:11 CEST 2010
Updating branch refs/heads/master
to ce124ca07d5e8fae701522d2f30b4fc68fe77f9d (commit)
from 0dfb73d56fad92782b85170b16ff0e5a7d80b0e4 (commit)
commit ce124ca07d5e8fae701522d2f30b4fc68fe77f9d
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Jul 12 22:33:15 2010 +0200
Require Vala version 0.8 at minimum
wscript | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wscript b/wscript
index 8345016..839863a 100644
--- a/wscript
+++ b/wscript
@@ -75,8 +75,8 @@ def configure (conf):
conf.check_tool ('compiler_cc')
conf.check_tool ('vala')
- if conf.env['VALAC_VERSION'][1] < 7:
- Utils.pprint ('RED', 'valac >= 0.7.0 required')
+ if conf.env['VALAC_VERSION'][1] < 8:
+ Utils.pprint ('RED', 'valac >= 0.8.0 required')
sys.exit (1)
if option_enabled ('nls'):
More information about the Xfce4-commits
mailing list