diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-22 19:51:08 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-22 19:51:08 +0200 |
commit | fc9e12bd1987d2c91fc6d2163e6246744aa92bc4 (patch) | |
tree | c7a91635901260e52ff95957252c168c1a9f59b6 /recipes | |
parent | ee476286888b4624d59e55b1c88752c8fec1441d (diff) |
pixman: add 0.15.6, it has some internal reorg, more NEON patches and since it's 0.odd.x extra unstableness
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/pixman_0.15.6.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.15.6.bb b/recipes/xorg-lib/pixman_0.15.6.bb new file mode 100644 index 0000000000..2517f8f354 --- /dev/null +++ b/recipes/xorg-lib/pixman_0.15.6.bb @@ -0,0 +1,13 @@ +SECTION = "libs" +PRIORITY = "optional" +DESCRIPTION = "Low-level pixel manipulation library." +LICENSE = "X11" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \ + " + +inherit autotools_stage +AUTOTOOLS_STAGE_PKGCONFIG = "1" + |