summaryrefslogtreecommitdiff
path: root/recipes/xorg-lib/pixman_git.bb
blob: 128a3f33020894778c5639353c29560e92e4297e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "libs"
PRIORITY = "optional"
DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"

PV = "0.15.8"
PR_append = "+gitr${SRCREV}"

SRCREV = "a673a898e1e119836c9c68eff71feaec49f97bf1"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git"

S = "${WORKDIR}/git"

inherit autotools_stage

AUTOTOOLS_STAGE_PKGCONFIG = "1"