summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_git.bb
blob: ffca7beccee47cdad644f57686337a3ea8476baa (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
30
31
32
33
34
35
36
37
38
39
SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"

PV = "0.17.1"
PR = "r3"
PR_append = "+gitr${SRCREV}"

SRCREV = "67bf739187cd43b5fff754b25693f76bb788d1fa"

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"

SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git \
file://0002-ARM-Introduction-of-the-new-framework-for-NEON-fast.patch;patch=1 \
file://0003-ARM-Added-pixman_composite_src_8888_0565_asm_neon-f.patch;patch=1 \
file://0004-ARM-Added-pixman_composite_add_8000_8000_asm_neon-f.patch;patch=1 \
file://0005-ARM-Added-pixman_composite_over_8888_8888_asm_neon.patch;patch=1 \
file://0006-ARM-Added-a-set-of-NEON-functions-not-fully-optimi.patch;patch=1 \
file://0007-ARM-Enabled-new-NEON-optimizations.patch;patch=1 \
           file://pixman-28986.patch;patch=1 \
           file://nearest-neighbour.patch;patch=1 \
           file://over-8888-0565.patch;patch=1 \
file://prefetch.patch;patch=1 \
file://neon-24bpp.patch;patch=1 \
"

S = "${WORKDIR}/git"

inherit autotools_stage

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

EXTRA_OECONF = "${NEON}"

AUTOTOOLS_STAGE_PKGCONFIG = "1"