diff options
author | Robert Bragg <robert@linux.intel.com> | 2011-05-06 14:55:05 +0100 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2011-05-06 15:44:13 +0100 |
commit | 589c80e41e4febc981cb2218c8f6eaf1b8c33157 (patch) | |
tree | ef518aaf305d6425259a657e06c25c3b2548b89b /README.in | |
parent | 223e14811c101e8c5821ffb21c0b7978bd8f9c24 (diff) | |
download | clutter-589c80e41e4febc981cb2218c8f6eaf1b8c33157.tar.gz |
Remove last dependency on the GdkPixbuf API
In test-pixmap.c instead of using the GdkPixbuf API to load the
redhand.png image we now use the cairo API to load the png into a xlib
surface which wraps our Pixmap.
This test was the last thing that depended on the gdk API and since
it's more concise to use Cairo here which is a hard dependency for
Clutter this change means we avoid depending on GdkPixbuf directly.
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -16,10 +16,6 @@ Clutter currently requires: • Cairo ≥ @CAIRO_REQ_VERSION@ • PangoCairo ≥ @PANGO_REQ_VERSION@ -Clutter also has optional dependencies: - - • GDK-Pixbuf ≥ @GDK_PIXBUF_REQ_VERSION@ - On X11, Clutter depends on the following extensions • XComposite ≥ @XCOMPOSITE_REQ_VERSION@ |