aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-lib/pixman_0.13.2.bb
blob: 6033c5ab066de786a090967e8efeb0165ed80a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \
           file://pixman-0.13.2-neon1.patch;patch=1 \
	  "

inherit autotools

# We have NEON
EXTRA_OECONF_append_armv7a = " --disable-arm-simd"

AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage () {
 	autotools_stage_all
}