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:
parent
024a143cb8
commit
0fdfde51f3
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user