update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,23 @@
################################################################################
#
# libsvg
#
################################################################################
LIBSVG_VERSION = 0.1.4
LIBSVG_SITE = http://cairographics.org/snapshots
LIBSVG_DEPENDENCIES = host-pkgconf libpng jpeg
LIBSVG_INSTALL_STAGING = YES
LIBSVG_LICENSE = LGPLv2+
LIBSVG_LICENSE_FILES = COPYING
# libsvg needs at last a XML parser
ifeq ($(BR2_PACKAGE_EXPAT),y)
LIBSVG_CONF_OPTS += --with-expat
LIBSVG_DEPENDENCIES += expat
else
LIBSVG_CONF_OPTS += --with-libxml2
LIBSVG_DEPENDENCIES += libxml2
endif
$(eval $(autotools-package))