diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-09 16:01:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-09 16:01:31 +0000 |
commit | e589447c9c5683a79f112e00df4a31b21f1304c2 (patch) | |
tree | 7abd050700ad52862b6b9ae5bd3b20d29d9b15a6 | |
parent | a757f44776e8c0aaa44a101c8973094d4abbdeb1 (diff) |
cairo: update to latest stable (1.4.8), this includes all the performance patches we apply to older versions
-rw-r--r-- | packages/cairo/cairo_1.4.8.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/cairo/cairo_1.4.8.bb b/packages/cairo/cairo_1.4.8.bb new file mode 100644 index 0000000000..845e14fc29 --- /dev/null +++ b/packages/cairo/cairo_1.4.8.bb @@ -0,0 +1,6 @@ +require cairo.inc + +SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" + +PR = "r0" + |