blob: fba7dc91526d505366e0fea706d4cc8efc1e04ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
S = "${WORKDIR}/pixman-${PV}"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|