build: Bump GLib version

This is required to avail of g_clear_signal_handler().
This commit is contained in:
Joshua Lee 2020-07-08 19:15:13 +01:00
parent 6ac125aeee
commit b2211f6f79

View file

@ -93,7 +93,7 @@ pkgconfig = import('pkgconfig')
################
# Dependencies #
################
glib_ver = '>= 2.58.1'
glib_ver = '>= 2.62.0'
libgd = subproject(
'libgd',