build: require glib 2.36

We want to start using new GLib features like e.g. GTask, available in
GLib 2.36.
This commit is contained in:
Aleksander Morgado 2016-11-28 14:40:51 +01:00
parent 0c94e818c5
commit da8ff1ee7e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ AC_SUBST(QMI_GLIB_LT_AGE)
dnl Dependencies
PKG_CHECK_MODULES(GLIB,
glib-2.0 >= 2.32
glib-2.0 >= 2.36
gobject-2.0
gio-2.0
gio-unix-2.0)