set minimum version of vala
Bug #661854 reported by
Oliver Sauder
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Diodon |
Fix Released
|
Low
|
Oliver Sauder |
Bug Description
In waf version 1.6 it is possible to set a minimum version for vala like the following:
conf.load('vala', funs='')
conf.check_
As soon as a stable version of waf 1.6 is available, it should be updated to that version and vala configured with a min_version.
Changed in diodon: | |
assignee: | nobody → Oliver Sauder (sao) |
status: | New → In Progress |
Changed in diodon: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Updated waf to 1.6 and therefore was able to set the vala Version to minimum 0.10. This means Diodon will only compile with Maverick and above.