blob: e54c06c3732e13961e72cbafcb3df0a6c34b4c1b [file] [log] [blame]
#############################################################
#
# librsvg
#
#############################################################
LIBRSVG_VERSION_MAJOR:=2.26
LIBRSVG_VERSION_MINOR:=3
LIBRSVG_VERSION:=$(LIBRSVG_VERSION_MAJOR).$(LIBRSVG_VERSION_MINOR)
LIBRSVG_SOURCE:=librsvg-$(LIBRSVG_VERSION).tar.gz
LIBRSVG_SITE:=http://ftp.gnome.org/pub/GNOME/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)/
LIBRSVG_INSTALL_STAGING = YES
LIBRSVG_CONF_OPT = --disable-tools
LIBRSVG_DEPENDENCIES = libxml2 cairo pango libglib2 libgtk2
$(eval $(autotools-package))