build: Bump minimum vala version to 0.48.6

Ensure 3.38 isn't affected by GNOME/vala#995, which causes spurious
bug reports.
This commit is contained in:
Michael Gratton 2020-08-20 12:34:44 +10:00
parent bf1879059c
commit f6bb718fbb

View file

@ -50,7 +50,7 @@ valac = meson.get_compiler('vala')
# Required libraries and other dependencies
#
target_vala = '0.46.2'
target_vala = '0.48.6'
target_glib = '2.60.4'
target_gtk = '3.24.7'
target_webkit = '2.26'