mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: depend on cogl-1.7.3 development version
Since some experimental API in Cogl that Clutter uses has changed this bumps our dependency up to 1.7.3 before landing the corresponding build fixes for clutter to bring it in line with the Cogl changes.
This commit is contained in:
parent
c17ddfd6a9
commit
62ae252c59
@ -111,7 +111,7 @@ AC_HEADER_STDC
|
||||
|
||||
# required versions for dependencies
|
||||
m4_define([glib_req_version], [2.26.0])
|
||||
m4_define([cogl_req_version], [1.7.2])
|
||||
m4_define([cogl_req_version], [1.7.3])
|
||||
m4_define([json_glib_req_version], [0.12.0])
|
||||
m4_define([atk_req_version], [1.17])
|
||||
m4_define([cairo_req_version], [1.10])
|
||||
|
Loading…
Reference in New Issue
Block a user