From fc9e12bd1987d2c91fc6d2163e6246744aa92bc4 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 22 May 2009 19:51:08 +0200 Subject: pixman: add 0.15.6, it has some internal reorg, more NEON patches and since it's 0.odd.x extra unstableness --- recipes/xorg-lib/pixman_0.15.6.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/xorg-lib/pixman_0.15.6.bb (limited to 'recipes') 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" + -- cgit 1.2.3-korg