The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / librsvg / librsvg.mk
1 ################################################################################
2 #
3 # librsvg
4 #
5 ################################################################################
6
7 LIBRSVG_VERSION_MAJOR = 2.26
8 LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).3
9 LIBRSVG_SITE = http://ftp.gnome.org/pub/GNOME/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)
10 LIBRSVG_INSTALL_STAGING = YES
11 LIBRSVG_CONF_OPTS = --disable-tools
12 LIBRSVG_DEPENDENCIES = libxml2 cairo pango libglib2 gdk-pixbuf
13 HOST_LIBRSVG_DEPENDENCIES = host-libxml2 host-cairo host-pango host-libglib2 host-gdk-pixbuf
14 LIBRSVG_LICENSE = LGPLv2+
15 LIBRSVG_LICENSE_FILES = COPYING.LIB
16
17 # If we have Gtk2, let's build it first to benefit from librsvg Gtk
18 # support.
19 ifeq ($(BR2_PACKAGE_LIBGTK2),y)
20 LIBRSVG_DEPENDENCIES += libgtk2
21 endif
22
23 $(eval $(autotools-package))
24 $(eval $(host-autotools-package))