build: Bump the glib dependency to 2.32

As far as I can tell the --symbol-prefix option wasn't there before
glib 2.32's glib-mkenums. So cogl effectively depends on glib 2.32.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
(cherry picked from commit 4e952532a29b2566caf658705f815b7aec732265)
This commit is contained in:
Damien Lespiau 2012-09-13 17:43:11 +01:00 committed by Robert Bragg
parent 024a143cb8
commit 0fdfde51f3

View File

@ -82,7 +82,7 @@ AC_GNU_SOURCE
dnl ================================================================
dnl Required versions for dependencies
dnl ================================================================
m4_define([glib_req_version], [2.28.0])
m4_define([glib_req_version], [2.32.0])
m4_define([pangocairo_req_version], [1.20])
m4_define([gi_req_version], [0.9.5])
m4_define([gdk_pixbuf_req_version], [2.0])