Require Vala 0.14 for GTK+3/ extensions
This commit is contained in:
parent
2d9f3bbfcf
commit
e6240e0ee4
1 changed files with 2 additions and 2 deletions
4
wscript
4
wscript
|
@ -234,8 +234,8 @@ def configure (conf):
|
||||||
includes='/usr/X11R6/include', mandatory=False)
|
includes='/usr/X11R6/include', mandatory=False)
|
||||||
conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False)
|
conf.check (lib='Xss', libpath='/usr/X11R6/lib', mandatory=False)
|
||||||
if option_enabled ('gtk3'):
|
if option_enabled ('gtk3'):
|
||||||
if option_enabled ('addons') and not check_version (conf.env['VALAC_VERSION'], 0, 13, 2):
|
if option_enabled ('addons') and not check_version (conf.env['VALAC_VERSION'], 0, 14, 0):
|
||||||
Utils.pprint ('RED', 'Vala 0.13.2 or later is required ' \
|
Utils.pprint ('RED', 'Vala 0.14.0 or later is required ' \
|
||||||
'to build with GTK+ 3 and extensions.\n' \
|
'to build with GTK+ 3 and extensions.\n' \
|
||||||
'Pass --disable-addons to build without extensions.\n' \
|
'Pass --disable-addons to build without extensions.\n' \
|
||||||
'Pass --disable-gtk3 to build with extensions and GTK+ 2.')
|
'Pass --disable-gtk3 to build with extensions and GTK+ 2.')
|
||||||
|
|
Loading…
Reference in a new issue