blob: a41897ad99d64da8470bfea542922361edd70fb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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;apply=yes \
file://gcc4_and_expat.patch;apply=yes"
EXTRA_OECONF = "--with-expat"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
SRC_URI[md5sum] = "ce0715e3013f78506795fba16e8455d3"
SRC_URI[sha256sum] = "4c3bf9292e676a72b12338691be64d0f38cd7f2ea5e8b67fbbf45f1ed404bc8f"
|