]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/cairo/cairo_1.0.0.bb
minimo: fix linking with SSR enabled
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / cairo / cairo_1.0.0.bb
1 SECTION = "libs"
2 PRIORITY = "optional"
3 MAINTAINER = "Phil Blundell <pb@debian.org>"
4 DEPENDS = "x11 libpng fontconfig libxrender"
5 DESCRIPTION = "Cairo graphics library"
6 LICENSE = "MPL LGPL"
7 PR = "r2"
8
9 SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
10
11 inherit autotools pkgconfig 
12
13 do_stage () {
14         autotools_stage_all
15 }