Bump the Cogl dependency

In order to build the cookbook examples, we need a version of Cogl-Path
that correctly exports all its symbols; this has been fixed in Cogl only
after the 1.17.2 snapshot was made.
This commit is contained in:
Emmanuele Bassi 2014-01-23 12:45:48 +00:00
parent f1ffbd50b7
commit 762e9a05e4

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.17.1])
m4_define([cogl_req_version], [1.17.3])
m4_define([json_glib_req_version], [0.12.0])
m4_define([atk_req_version], [2.5.3])
m4_define([cairo_req_version], [1.12.0])