fsogsmd: should now depend on msmcomm-specs rather than msmcommd-specs
[openembedded.git] / recipes / xorg-lib / pixman_0.21.2.bb
blob19394d635b3d800665b3e0b244e9c01be9dd7428
1 require pixman.inc
3 SRC_URI[archive.md5sum] = "9e09fd6e58cbf9717140891e0b7d4a7a"
4 SRC_URI[archive.sha256sum] = "295f51416caf307ff7caf1153ee9b1d86b9f7f02a7876d12db6538d80451c5de"
6 PR = "${INC_PR}.1"
8 SRC_URI += "\
9 file://0002-Fix-argument-quoting-for-AC_INIT.patch \
10 file://0003-Sun-s-copyrights-belong-to-Oracle-now.patch \
11 file://0004-C-fast-path-for-a1-fill-operation.patch \
12 file://0005-ARM-added-neon_composite_over_n_8_8-fast-path.patch \
13 file://0006-ARM-introduced-fetch_mask_pixblock-macro-to-simplify.patch \
14 file://0007-ARM-better-NEON-instructions-scheduling-for-over_n_8.patch \
15 file://0008-ARM-added-neon_composite_over_8888_n_0565-fast-path.patch \
16 file://0009-ARM-reuse-common-NEON-code-for-over_-n_8-8888_n-8888.patch \
17 file://0010-ARM-added-neon_composite_over_0565_n_0565-fast-path.patch \
18 file://0011-ARM-added-neon_composite_add_8888_8_8888-fast-path.patch \
19 file://0012-ARM-better-NEON-instructions-scheduling-for-add_8888.patch \
20 file://0013-ARM-added-neon_composite_add_n_8_8888-fast-path.patch \
21 file://0014-ARM-added-neon_composite_add_8888_n_8888-fast-path.patch \
22 file://0015-ARM-added-flags-parameter-to-some-asm-fast-path-wrap.patch \
23 file://0016-ARM-added-neon_composite_in_n_8-fast-path.patch \
24 file://0017-add-_pixman_bits_override_accessors.patch \
25 file://0018-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
26 file://0019-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch \
27 file://0020-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch \
28 file://0021-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch \
29 file://0022-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch \
30 file://0023-ARM-added-NEON-optimizations-for-fetch-store-a8-scan.patch \
31 file://0024-ARM-added-NEON-optimizations-for-fetching-x8r8g8b8-s.patch \
34 NEON = " --disable-arm-neon "
35 NEON_armv7a = " "
37 EXTRA_OECONF = "${NEON} --disable-gtk"