diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:31:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:31:15 +0000 |
commit | a936cf24a60ac3529e7506855e8edd71f5d56493 (patch) | |
tree | 6699d7d13ffab3cc26ae2979b062387fd2c153d9 /meta/packages/cairo/cairo_1.2.4.bb | |
parent | 30785a5b5e056dd8511d0add3995057d6efef3e1 (diff) | |
download | poky-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.bb | 4 |
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 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | DEPENDS = "libx11 libpng fontconfig libxrender" | 3 | DEPENDS = "virtual/libx11 libpng fontconfig libxrender" |
4 | DESCRIPTION = "Cairo graphics library" | 4 | DESCRIPTION = "Cairo graphics library" |
5 | LICENSE = "MPL LGPL" | 5 | LICENSE = "MPL LGPL" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ | 8 | SRC_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 | ||
11 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
12 | 14 | ||