summaryrefslogtreecommitdiffstats
path: root/meta/packages/cairo/cairo_1.2.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 12:31:15 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 12:31:15 +0000
commita936cf24a60ac3529e7506855e8edd71f5d56493 (patch)
tree6699d7d13ffab3cc26ae2979b062387fd2c153d9 /meta/packages/cairo/cairo_1.2.4.bb
parent30785a5b5e056dd8511d0add3995057d6efef3e1 (diff)
downloadpoky-a936cf24a60ac3529e7506855e8edd71f5d56493.tar.gz
cairo: Fix libx11 reference, add some patches from OE.dev (commented out for now)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@926 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/cairo/cairo_1.2.4.bb')
-rw-r--r--meta/packages/cairo/cairo_1.2.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/cairo/cairo_1.2.4.bb b/meta/packages/cairo/cairo_1.2.4.bb
index 91528f6da0..61e3622954 100644
--- a/meta/packages/cairo/cairo_1.2.4.bb
+++ b/meta/packages/cairo/cairo_1.2.4.bb
@@ -1,12 +1,14 @@
1SECTION = "libs" 1SECTION = "libs"
2PRIORITY = "optional" 2PRIORITY = "optional"
3DEPENDS = "libx11 libpng fontconfig libxrender" 3DEPENDS = "virtual/libx11 libpng fontconfig libxrender"
4DESCRIPTION = "Cairo graphics library" 4DESCRIPTION = "Cairo graphics library"
5LICENSE = "MPL LGPL" 5LICENSE = "MPL LGPL"
6PR = "r1" 6PR = "r1"
7 7
8SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ 8SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
9 file://cairo-fixed.patch;patch=1" 9 file://cairo-fixed.patch;patch=1"
10# file://0001-Add-autoconf-macro-AX_C_FLOAT_WORDS_BIGENDIAN.diff;patch=1
11# file://0002-Change-_cairo_fixed_from_double-to-use-the-magic-number-technique.diff;patch=1
10 12
11inherit autotools pkgconfig 13inherit autotools pkgconfig
12 14