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:
parent
f1ffbd50b7
commit
762e9a05e4
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user