Update for 2016.11-rc3
[buildroot-gz.git] / package / jasper / jasper.mk
blobbacb1a6cfebba43e0127335e11fc8fc4f6ac1af0
1 ################################################################################
3 # jasper
5 ################################################################################
7 JASPER_VERSION = 1.900.22
8 JASPER_SITE = http://www.ece.uvic.ca/~frodo/jasper/software
9 JASPER_INSTALL_STAGING = YES
10 JASPER_DEPENDENCIES = jpeg
11 JASPER_LICENSE = JasPer License Version 2.0
12 JASPER_LICENSE_FILES = LICENSE
13 JASPER_CONF_OPTS = --disable-strict
15 # Xtensa gcc is unable to generate correct code with -O0 enabled by
16 # --enable-debug. Allow package build but disable debug.
17 ifeq ($(BR2_xtensa)$(BR2_ENABLE_DEBUG),yy)
18 JASPER_CONF_OPTS += --disable-debug
19 endif
21 $(eval $(autotools-package))