Update required Vala version.
Vala 0.46.2+ is needed to allow overridden virtual interfaces. Fix #825.
This commit is contained in:
parent
a27937fe40
commit
6a88b8121e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ valac = meson.get_compiler('vala')
|
|||
# Required libraries and other dependencies
|
||||
#
|
||||
|
||||
target_vala = '0.42'
|
||||
target_vala = '0.46.2'
|
||||
target_glib = '2.60.4'
|
||||
target_gtk = '3.24.7'
|
||||
target_webkit = '2.26'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue