Bump minimum GLib requirement to 2.36.
Needed for GSimpleProxyResolver.
This commit is contained in:
@ -33,8 +33,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
dnl Required Packages
|
||||
|
||||
dnl Keep these two definitions in agreement.
|
||||
m4_define([glib_minimum_version], [2.34.0])
|
||||
m4_define([glib_encoded_version], [GLIB_VERSION_2_34])
|
||||
m4_define([glib_minimum_version], [2.36.0])
|
||||
m4_define([glib_encoded_version], [GLIB_VERSION_2_36])
|
||||
|
||||
dnl Keep these two definitions in agreement.
|
||||
m4_define([gdk_minimum_version], [3.4.0])
|
||||
|
||||
Reference in New Issue
Block a user