diff --git a/ChangeLog b/ChangeLog index 33c19c915..7dbc0cc54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-22 Emmanuele Bassi + + * clutter.pc.in: Require gobject-2.0 too. + + * ChangeLog: Fix the previous commit log. + 2007-03-22 Emmanuele Bassi * clutter/clutter-private.h: Remove inclusion of backend-specific @@ -45,6 +51,17 @@ * examples/*.c: Update for the new API. + * configure.ac: Check for the XFixes X extension; add a configure + switch for choosing the backend; show the backend we are building + in the summary. + + * clutter.pc.in: Add the backend to the exported variables. + + * clutter/Makefile.am: Install the headers in the + clutter-$api_version/clutter directory, as usual; call the shared + object libclutter-$backend-$api_version; build glue for the + backend static library. + 2007-03-19 Matthew Allum * clutter/clutter-label.c: diff --git a/clutter.pc.in b/clutter.pc.in index acc94f74d..350799e43 100644 --- a/clutter.pc.in +++ b/clutter.pc.in @@ -9,4 +9,4 @@ Description: Clutter Core Library (${backend} backend) Version: @VERSION@ Libs: -L${libdir} -lclutter-${backend}-0.3 Cflags: -I${includedir}/clutter-0.3 -Requires: pangoft2 glib-2.0 >= 2.8 gthread-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 +Requires: glib-2.0 >= 2.10 gobject-2.0 gthread-2.0 pangoft2 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0