aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/cairo/cairo_1.2.4.bb
blob: 91528f6da075471d1b4d87f396eae664946fc7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libx11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
PR = "r1"

SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
           file://cairo-fixed.patch;patch=1"

inherit autotools pkgconfig 

do_stage () {
	autotools_stage_all
}