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

PV = "0.15.16"
PR = "r0"
PR_append = "+gitr${SRCREV}"

SRCREV = "f9660ce29ed072c6cbaec711c5d18b9f0ba113ae"

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"

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

S = "${WORKDIR}/git"

inherit autotools_stage

AUTOTOOLS_STAGE_PKGCONFIG = "1"