mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
2007-11-17 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: Depend on GLib >= 2.14 because of ClutterModel usage of GSequence.
This commit is contained in:
parent
3c0897a102
commit
7794bb561e
@ -1,3 +1,8 @@
|
||||
2007-11-17 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* configure.ac: Depend on GLib >= 2.14 because of ClutterModel
|
||||
usage of GSequence.
|
||||
|
||||
2007-11-16 Øyvind Kolås <pippin@o-hand.com>
|
||||
|
||||
* clutter/clutter-main.c: (emit_event): renamed from deliver_event,
|
||||
|
@ -287,7 +287,7 @@ AC_SUBST([clutterbackendlib])
|
||||
|
||||
dnl ========================================================================
|
||||
|
||||
pkg_modules="pangoft2 glib-2.0 >= 2.12 gobject-2.0 gthread-2.0 gdk-pixbuf-2.0 $BACKEND_PC_FILES"
|
||||
pkg_modules="pangoft2 glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gdk-pixbuf-2.0 $BACKEND_PC_FILES"
|
||||
PKG_CHECK_MODULES(CLUTTER_DEPS, [$pkg_modules])
|
||||
|
||||
dnl ========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user