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

DEFAULT_PREFERENCE = "-1"

SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \
	  "

inherit autotools

AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage () {
 	autotools_stage_all
}