blob: 3850f086c37458e2f878616b4788993bc6744077 (
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.2"
PR_append = "+gitr${SRCREV}"
SRCREV = "e74a2847ddcb3b4c1675efaaa923e78556277dff"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git"
S = "${WORKDIR}/git"
inherit autotools_stage
AUTOTOOLS_STAGE_PKGCONFIG = "1"
|