mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
Depend on GLib 2.31
We need to switch away from GStaticMutex and use GMutex instead, as the former has been deprecated.
This commit is contained in:
parent
39db46123e
commit
1465aa04aa
@ -113,7 +113,7 @@ LT_INIT([disable-static])
|
||||
AC_HEADER_STDC
|
||||
|
||||
# required versions for dependencies
|
||||
m4_define([glib_req_version], [2.28.0])
|
||||
m4_define([glib_req_version], [2.31.0])
|
||||
m4_define([cogl_req_version], [1.8.0])
|
||||
m4_define([json_glib_req_version], [0.12.0])
|
||||
m4_define([atk_req_version], [2.1.5])
|
||||
|
Loading…
Reference in New Issue
Block a user