mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 11:18:30 +02:00
cairo-gobject: Require at least glib 2.14
cairo-gobject uses g_once_init_enter() and g_once_init_leave(). These functions were added in glib 2.14 and thus cairo needs at least this version for its gobject helper functions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69239 Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
412a4c34d9
commit
a8a805b8d9
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ dnl ===========================================================================
|
|||
dnl Build gobject integration library
|
||||
|
||||
CAIRO_ENABLE_FUNCTIONS(gobject, gobject, auto, [
|
||||
gobject_REQUIRES="gobject-2.0 glib-2.0"
|
||||
gobject_REQUIRES="gobject-2.0 glib-2.0 >= 2.14"
|
||||
PKG_CHECK_MODULES(GOBJECT, $gobject_REQUIRES, ,
|
||||
[use_gobject="no (requires $gobject_REQUIRES http://download.gnome.org/pub/GNOME/sources/glib/)"])
|
||||
gobject_NONPKGCONFIG_EXTRA_LIBS="-L\${libdir} -lcairo-gobject"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue