build: Bump minimum GLib version to 2.64

This should have been included in !554, but wasn't.
This commit is contained in:
Michael Gratton 2020-08-23 17:40:28 +10:00
parent 0972438a89
commit d6ed4768bf

View file

@ -51,7 +51,7 @@ valac = meson.get_compiler('vala')
#
target_vala = '0.48.6'
target_glib = '2.60.4'
target_glib = '2.64'
target_gtk = '3.24.7'
target_webkit = '2.26'