Updating branch refs/heads/master
to e6240e0ee431420ba5edcbe1726b5fe5bea93e73 (commit)
from 2d9f3bbfcf0ee9faaddb96cb668e56fe21b09c1e (commit)
commit e6240e0ee431420ba5edcbe1726b5fe5bea93e73
Author: Christian Dywan <[email protected]>
Date: Wed Apr 11 21:02:59 2012 +0200
Require Vala 0.14 for GTK+3/ extensions
wscript | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wscript b/wscript
index 4ac7043..246aa58 100644
--- a/wscript
+++ b/wscript
@@ -234,8 +234,8 @@ def configure (conf):
includes='/usr/X11R6/include', mandatory=False)
conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False)
if option_enabled ('gtk3'):
- if option_enabled ('addons') and not check_version
(conf.env['VALAC_VERSION'], 0, 13, 2):
- Utils.pprint ('RED', 'Vala 0.13.2 or later is required ' \
+ if option_enabled ('addons') and not check_version
(conf.env['VALAC_VERSION'], 0, 14, 0):
+ Utils.pprint ('RED', 'Vala 0.14.0 or later is required ' \
'to build with GTK+ 3 and extensions.\n' \
'Pass --disable-addons to build without extensions.\n' \
'Pass --disable-gtk3 to build with extensions and GTK+ 2.')
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits