2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2010-10-05 08:52:40 +02:00
|
|
|
#
|
|
|
|
# librsvg
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2010-10-05 08:52:40 +02:00
|
|
|
|
2013-01-20 10:45:47 +01:00
|
|
|
LIBRSVG_VERSION_MAJOR = 2.26
|
2014-03-17 09:06:41 +01:00
|
|
|
LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).3
|
2013-01-20 10:45:47 +01:00
|
|
|
LIBRSVG_SITE = http://ftp.gnome.org/pub/GNOME/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)/
|
2010-10-05 08:52:40 +02:00
|
|
|
LIBRSVG_INSTALL_STAGING = YES
|
|
|
|
LIBRSVG_CONF_OPT = --disable-tools
|
2012-12-28 16:37:36 +01:00
|
|
|
LIBRSVG_DEPENDENCIES = libxml2 cairo pango libglib2 gdk-pixbuf
|
|
|
|
|
|
|
|
# If we have Gtk2, let's build it first to benefit from librsvg Gtk
|
|
|
|
# support.
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBGTK2),y)
|
|
|
|
LIBRSVG_DEPENDENCIES += libgtk2
|
|
|
|
endif
|
2010-10-05 08:52:40 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|