summaryrefslogtreecommitdiff
path: root/packages/cairo/cairo_1.0.2.bb
blob: 5db0dd127d1dca595aa572b9cffe5a84ecbf3b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "x11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
PR = "r0"

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

inherit autotools pkgconfig 

do_stage () {
autotools_stage_all
}