blob: 5d43adba303e7ece9fcb55e8e9ac5a61a11b8c24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \
file://pixman-arm.patch;patch=1 \
file://pixman-x888-565.patch;patch=1 \
"
inherit autotools
AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage () {
autotools_stage_all
}
|