Bump the required Cogl version to 1.15.1

The unstable Wayland API which Clutter is using has changed so it will
soon no longer build with Cogl 1.14 when Wayland support is enabled.

https://bugzilla.gnome.org/show_bug.cgi?id=703877
This commit is contained in:
Neil Roberts 2013-07-09 16:07:57 +01:00 committed by Emmanuele Bassi
parent dfe6198563
commit 2db5ae56cf

View File

@ -136,7 +136,7 @@ AC_HEADER_STDC
# required versions for dependencies
m4_define([glib_req_version], [2.37.3])
m4_define([cogl_req_version], [1.14.0])
m4_define([cogl_req_version], [1.15.1])
m4_define([json_glib_req_version], [0.12.0])
m4_define([atk_req_version], [2.5.3])
m4_define([cairo_req_version], [1.10])