aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib/pixman_0.23.6.bb
blob: bbdffef1ddf9e9499091884ca76e21c0a1edbb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
require pixman.inc

# Some artefacts observed in webkit scrolling, need to see if it's a regression or not
DEFAULT_PREFERENCE = "-1"

LICENSE = "MIT & MIT-style & Public Domain"
LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3\
                    file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \
                    file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
                   "

PR = "${INC_PR}.0"

SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.gz \
           file://0003-ARM-NEON-Some-cleanup-of-bilinear-scanline-functions.patch \
           file://0004-ARM-NEON-Bilinear-macro-template-for-instruction-sch.patch \
           file://0005-ARM-NEON-Replace-old-bilinear-scanline-generator-wit.patch \
           file://0006-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \
           file://0007-ARM-NEON-Instruction-scheduling-of-bilinear-over_888.patch \
           file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
"

SRC_URI[md5sum] = "27eb7a0ec440c89cccd7c396c3581041"
SRC_URI[sha256sum] = "4e35f49474e78a9430d93caaaea8bbf7e30b65f0da33c31f15a988c25a3ac369"

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

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