blob: 6c05c0ca53d10722d7aaa6adc7965d23e5a64a13 (
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
|
SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
PV = "0.15.8"
PR = "r1"
PR_append = "+gitr${SRCREV}"
SRCREV = "3c570a815afb282df01f41acad385ff0e3e33899"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git \
file://0041-Fix-filler-bug.patch;patch=1 \
file://0042-Really-fix-filler-bug.patch;patch=1 \
"
S = "${WORKDIR}/git"
inherit autotools_stage
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|