1
0
Fork 0

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:
Emmanuele Bassi 2007-11-17 17:07:35 +00:00
parent 3c0897a102
commit 7794bb561e
2 changed files with 6 additions and 1 deletions

View file

@ -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,

View file

@ -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 ========================================================================