]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libpixman/libpixman_0.1.6.bb
gnutls: bump PR. don't use _prepend for do_configure.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libpixman / libpixman_0.1.6.bb
1 SECTION = "libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Phil Blundell <pb@debian.org>"
4 DEPENDS = "x11"
5 DESCRIPTION = "Cairo support library"
6 LICENSE = "X11"
7 SRC_URI = "http://cairographics.org/snapshots/libpixman-${PV}.tar.gz"
8 PR = "r1"
9
10 inherit autotools pkgconfig 
11
12 do_stage () {
13         autotools_stage_all
14 }