configure: update minimum required glib version
Fixes bug 624322 - control-center.c: g_variant_get_bytestring_array is not a valid API call
This commit is contained in:
parent
5147efce71
commit
de166928c1
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ dnl Check that we meet the dependencies
|
||||||
dnl ==============================================
|
dnl ==============================================
|
||||||
|
|
||||||
COMMON_MODULES="gtk+-3.0 >= 2.90.0 dnl
|
COMMON_MODULES="gtk+-3.0 >= 2.90.0 dnl
|
||||||
glib-2.0 >= 2.17.4 dnl
|
glib-2.0 >= 2.25.11 dnl
|
||||||
gthread-2.0 dnl
|
gthread-2.0 dnl
|
||||||
gio-2.0 dnl
|
gio-2.0 dnl
|
||||||
gconf-2.0 dnl
|
gconf-2.0 dnl
|
||||||
|
|
Loading…
Add table
Reference in a new issue