2007-03-22 Emmanuele Bassi <ebassi@openedhand.com>
* clutter.pc.in: Require gobject-2.0 too. * ChangeLog: Fix the previous commit log.
This commit is contained in:
parent
4bd3fa583e
commit
26f1955463
17
ChangeLog
17
ChangeLog
@ -1,3 +1,9 @@
|
|||||||
|
2007-03-22 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter.pc.in: Require gobject-2.0 too.
|
||||||
|
|
||||||
|
* ChangeLog: Fix the previous commit log.
|
||||||
|
|
||||||
2007-03-22 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-03-22 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-private.h: Remove inclusion of backend-specific
|
* clutter/clutter-private.h: Remove inclusion of backend-specific
|
||||||
@ -45,6 +51,17 @@
|
|||||||
|
|
||||||
* examples/*.c: Update for the new API.
|
* 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 <mallum@openedhand.com>
|
2007-03-19 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-label.c:
|
* clutter/clutter-label.c:
|
||||||
|
@ -9,4 +9,4 @@ Description: Clutter Core Library (${backend} backend)
|
|||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lclutter-${backend}-0.3
|
Libs: -L${libdir} -lclutter-${backend}-0.3
|
||||||
Cflags: -I${includedir}/clutter-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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user