diff options
Diffstat (limited to 'recipes/xorg-lib/pixman_0.17.8.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.17.8.bb | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/recipes/xorg-lib/pixman_0.17.8.bb b/recipes/xorg-lib/pixman_0.17.8.bb index adc0c4e301..eb3fe85a20 100644 --- a/recipes/xorg-lib/pixman_0.17.8.bb +++ b/recipes/xorg-lib/pixman_0.17.8.bb @@ -1,17 +1,11 @@ -SECTION = "libs" -PRIORITY = "optional" -DESCRIPTION = "Low-level pixel manipulation library." -LICENSE = "X11" - -PR = "r1" +require pixman.inc +PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "2" DEFAULT_PREFERENCE_shr = "2" -BBCLASSEXTEND="native" - -SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz;name=archive \ +SRC_URI += " \ file://0003-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1 \ file://0004-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1 \ file://0005-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1 \ @@ -24,10 +18,7 @@ SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz;name=archive \ SRC_URI[archive.md5sum] = "a7deb2ff6b286b676d67aa6ae91317ae" SRC_URI[archive.sha256sum] = "ea24e9003455a0881bd43bf7e4169f2b34c90c8521405103e3490553876a81b4" -inherit autotools - NEON = " --disable-arm-neon " -NEON_armv7a = "" +NEON_armv7a = " " EXTRA_OECONF = "${NEON} --disable-gtk" - |