engine: Fix GLib.Timezone deprecation warning in GLib 2.68

This commit is contained in:
Michael Gratton 2021-04-06 12:36:46 +10:00 committed by Cédric Bellegarde
parent fa99f13900
commit 42fa8c9f0a
2 changed files with 20 additions and 8 deletions

View file

@ -53,7 +53,7 @@ valac = meson.get_compiler('vala')
# Required libraries and other dependencies
#
target_glib = '2.66'
target_glib = '2.68'
target_gtk = '3.24.23'
target_vala = '0.48.18'
target_webkit = '2.30'