summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/cairo/cairo_1.0.4.bb
blob: 61aefa91f5a7eb3e571cebe21cad5965acbde452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "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
}