diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-22 19:37:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-22 19:37:32 +0200 |
commit | fdbbb6d779c2e1b831b699ba80a7eb71c67e99d9 (patch) | |
tree | ce9dea74aefe65ff6f7f41159a2f26cab7437a10 /recipes/xorg-lib | |
parent | d0e0bfef85ac000e5a01a43abc7b50d0e50de369 (diff) |
pixman git: only enable neon on armv7a platforms
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 5a8d0e5164..2ba06af67e 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Low-level pixel manipulation library." LICENSE = "X11" PV = "0.15.16" -PR = "r0" +PR = "r1" PR_append = "+gitr${SRCREV}" SRCREV = "f9660ce29ed072c6cbaec711c5d18b9f0ba113ae" @@ -19,5 +19,10 @@ S = "${WORKDIR}/git" inherit autotools_stage +NEON = " --disable-arm-neon " +NEON_armv7a = "" + +EXTRA_OECONF = "${NEON}" + AUTOTOOLS_STAGE_PKGCONFIG = "1" |