diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-10 12:12:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-11 11:22:37 +0100 |
commit | 72ae9db372b96d56d95c11a52a42a31bfeb2cd18 (patch) | |
tree | c0cad5baf28e50f99419b5bac8e5e65cd1864da0 /recipes/xorg-lib/pixman_git.bb | |
parent | abfc008565af32d79f66c3d676ec8eb75d2f12d5 (diff) |
pixman git: add some ARMv6 optimizations
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 3fdb698b66..b15fc355f7 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -4,15 +4,15 @@ DESCRIPTION = "Low-level pixel manipulation library." LICENSE = "X11" PV = "0.17.8" -PR = "r6" +PR = "r8" PR_append = "+gitr${SRCREV}" BBCLASSEXTEND="native" SRCREV = "7a15fa25ddb88ebb4ac00772854271f102f06e81" - + DEFAULT_PREFERENCE = "-1" - + SRC_URI = "git://anongit.freedesktop.org/~sandmann/pixman;protocol=git;branch=flags \ 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 \ @@ -21,6 +21,8 @@ SRC_URI = "git://anongit.freedesktop.org/~sandmann/pixman;protocol=git;branch=fl file://1-composite.patch;patch=1 \ file://2-composite.patch;patch=1 \ file://3-composite.patch;patch=1 \ + file://over-n-8-0565.patch;patch=1 \ + file://src-8888-0565.patch;patch=1 \ " S = "${WORKDIR}/git" @@ -28,7 +30,7 @@ S = "${WORKDIR}/git" inherit autotools_stage NEON = " --disable-arm-neon " -NEON_armv7a = "" +NEON_armv7a = " " EXTRA_OECONF = "${NEON} --disable-gtk" |