increase dvbapp PR.
[vuplus_openembedded] / recipes / xorg-lib / pixman_0.11.4.bb
1 SECTION = "libs"
2 PRIORITY = "optional"
3 DESCRIPTION = "Low-level pixel manipulation library."
4 LICENSE = "X11"
5
6 DEFAULT_PREFERENCE = "-1"
7
8 SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
9
10 inherit autotools pkgconfig
11
12 do_stage () {
13         autotools_stage_all
14 }
15