libpng: bump to version 1.6.25
[buildroot-gz.git] / package / libpng / libpng.mk
blobc577cd54770b6ea434fba191b9e538c537b6e7c8
1 ################################################################################
3 # libpng
5 ################################################################################
7 LIBPNG_VERSION = 1.6.25
8 LIBPNG_SERIES = 16
9 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
10 LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/$(LIBPNG_VERSION)
11 LIBPNG_LICENSE = libpng license
12 LIBPNG_LICENSE_FILES = LICENSE
13 LIBPNG_INSTALL_STAGING = YES
14 LIBPNG_DEPENDENCIES = host-pkgconf zlib
15 HOST_LIBPNG_DEPENDENCIES = host-pkgconf host-zlib
16 LIBPNG_CONFIG_SCRIPTS = libpng$(LIBPNG_SERIES)-config libpng-config
17 LIBPNG_CONF_OPTS = $(if $(BR2_ARM_CPU_HAS_NEON),--enable-arm-neon=yes,--enable-arm-neon=no)
19 $(eval $(autotools-package))
20 $(eval $(host-autotools-package))