Update required Vala version.

Vala 0.46.2+ is needed to allow overridden virtual interfaces.

Fix #825.
This commit is contained in:
Guillaume Ayoub 2020-05-06 11:29:31 +00:00
parent a27937fe40
commit 6a88b8121e

View file

@ -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'