1 ################################################################################
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
21 $(eval
$(autotools-package
))