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 / libsvg / libsvg.mk
1 ################################################################################
2 #
3 # libsvg
4 #
5 ################################################################################
6
7 LIBSVG_VERSION = 0.1.4
8 LIBSVG_SITE = http://cairographics.org/snapshots
9 LIBSVG_DEPENDENCIES = host-pkgconf libpng libjpeg
10 LIBSVG_INSTALL_STAGING = YES
11 LIBSVG_LICENSE = LGPLv2+
12 LIBSVG_LICENSE_FILES = COPYING
13
14 # libsvg needs at last a XML parser
15 ifeq ($(BR2_PACKAGE_EXPAT),y)
16 LIBSVG_CONF_OPTS += --with-expat
17 LIBSVG_DEPENDENCIES += expat
18 else
19 LIBSVG_CONF_OPTS += --with-libxml2
20 LIBSVG_DEPENDENCIES += libxml2
21 endif
22
23 $(eval $(autotools-package))