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:
parent
dfe6198563
commit
2db5ae56cf
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue