aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_0.21.4.bb
blob: 92a4f9fdfaf056d69515bcb302508dcee888ce0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require pixman.inc

SRC_URI[archive.md5sum] = "e50975ace979cd416a505827c15191b4"
SRC_URI[archive.sha256sum] = "57783330ee2f96121dc267b7f25b98356fd09fe9de185cd39e72e906b6444013"

PR = "${INC_PR}.0"

SRC_URI += "\
           file://0017-add-_pixman_bits_override_accessors.patch \
           file://0018-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
           file://0019-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch \
           file://0020-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch \
           file://0021-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch \
           file://0022-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch \
           file://0023-ARM-added-NEON-optimizations-for-fetch-store-a8-scan.patch \
           file://0024-ARM-added-NEON-optimizations-for-fetching-x8r8g8b8-s.patch \
"

NEON = " --disable-arm-neon "
NEON_armv7a = " "

EXTRA_OECONF = "${NEON} --disable-gtk"