Bump required glib version number to 2.32

It's required for the GSettingsSchemaSource API.
This commit is contained in:
Balló György 2013-12-01 09:53:13 +01:00
parent 052e043ea3
commit 97336e5a49
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ esac
PKG_CHECK_MODULES(GMODULE,gmodule-2.0,[GMODULE_ADD="gmodule-2.0"],[GMODULE_ADD=""])
PKG_CHECK_MODULES(PLUMA, [
libxml-2.0 >= 2.5.0
glib-2.0 >= 2.22.0
glib-2.0 >= 2.32.0
$GMODULE_ADD
gthread-2.0 >= 2.13.0
gio-2.0 >= 2.26.0