summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-05-06 14:55:05 +0100
committerRobert Bragg <robert@linux.intel.com>2011-05-06 15:44:13 +0100
commit589c80e41e4febc981cb2218c8f6eaf1b8c33157 (patch)
treeef518aaf305d6425259a657e06c25c3b2548b89b /README.in
parent223e14811c101e8c5821ffb21c0b7978bd8f9c24 (diff)
downloadclutter-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.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.in b/README.in
index 9b8b33cd3..9b44278c6 100644
--- a/README.in
+++ b/README.in
@@ -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@