libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / xorg-lib / pixman_git.bb
blob983a0ac74c4e4749880022b8dccc50b59e0aef61
1 require pixman.inc
2 PV = "0.17.13"
3 PR = "${INC_PR}.2"
4 PR_append = "+gitr${SRCPV}"
6 SRCREV = "69f1ec9a7827aeb522fcae99846237ef0f896e7b"
8 DEFAULT_PREFERENCE = "-1"
10 SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git;branch=master \
11 file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1 \
12 file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1 \
13 file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1 \
14 file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1 \
15 file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch;patch=1 \
16 file://0006-Revert-ARM-SIMD-Try-without-any-CFLAGS-before-forcin.patch;patch=1 \
17 file://over-n-8-0565.patch;patch=1 \
18 file://src-8888-0565.patch;patch=1 \
19 file://calloc.patch;patch=1 \
20 file://tls.patch;patch=1 \
23 S = "${WORKDIR}/git"
25 NEON = " --disable-arm-neon "
26 NEON_armv7a = " "
28 EXTRA_OECONF = "${NEON} --disable-gtk"