summaryrefslogtreecommitdiffstats
path: root/recipes/cairo/libsvg_0.1.4.bb
blob: 2c5578aea62119eefb8cfd264d3289f92466c89a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTION = "libs"
LICENSE = "LGPL"
PRIORITY = "optional"
DEPENDS = "expat jpeg zlib libpng"
DESCRIPTION = "SVG parser library"
PR = "r1"

SRC_URI = "http://cairographics.org/snapshots/libsvg-${PV}.tar.gz \
           file://configure_fix.patch;patch=1 \
           file://gcc4_and_expat.patch;patch=1"

EXTRA_OECONF = "--with-expat"

inherit autotools pkgconfig

do_stage () {
	autotools_stage_all
}