[Cogl] [PATCH] build: Bump the glib dependency to 2.32
Damien Lespiau
damien.lespiau at gmail.com
Wed Sep 12 15:23:37 PDT 2012
From: Damien Lespiau <damien.lespiau at intel.com>
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.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index ca61b03..09216e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,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])
--
1.7.7.5
More information about the Cogl
mailing list