Check for valac >= 0.12.0: #3726
This checks the version of Vala when ./waf configure is executed, not at build time, but that's okay.
This commit is contained in:
parent
328683ecfb
commit
708b3d754a
1 changed files with 2 additions and 0 deletions
2
wscript
2
wscript
|
|
@ -18,6 +18,8 @@ def options(opt):
|
|||
def configure(conf):
|
||||
conf.load('compiler_c vala')
|
||||
|
||||
conf.check_vala((0, 12, 0))
|
||||
|
||||
conf.check_cfg(
|
||||
package='glib-2.0',
|
||||
uselib_store='GLIB',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue