dba2bef10a
Libsvg-cairo provides the ability to render SVG content from files or buffers. All rendering is performed using the cairo rendering library. [Peter: license is LGPLv2.1+] Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
475 B
Makefile
15 lines
475 B
Makefile
################################################################################
|
|
#
|
|
# libsvg-cairo
|
|
#
|
|
################################################################################
|
|
|
|
LIBSVG_CAIRO_VERSION = 0.1.6
|
|
LIBSVG_CAIRO_SITE = http://cairographics.org/snapshots/
|
|
LIBSVG_CAIRO_DEPENDENCIES = cairo libsvg
|
|
LIBSVG_CAIRO_INSTALL_STAGING = YES
|
|
LIBSVG_CAIRO_LICENSE = LGPLv2.1+
|
|
LIBSVG_CAIRO_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|