aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cairo/cairo_1.2.2.bb
blob: 700f425113044c0f6b9724649bfa40b81d97be0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"

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

inherit autotools pkgconfig 

do_stage () {
autotools_stage_all
}