44d2cc99a4
My local 'next' branch was not uptodate, so the previous merge was missing the most recent changes. Thanks to François Perrad for noticing. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
551 B
Makefile
20 lines
551 B
Makefile
################################################################################
|
|
#
|
|
# jasper
|
|
#
|
|
################################################################################
|
|
|
|
JASPER_VERSION = version-1.900.31
|
|
JASPER_SITE = $(call github,mdadams,jasper,$(JASPER_VERSION))
|
|
JASPER_INSTALL_STAGING = YES
|
|
JASPER_DEPENDENCIES = jpeg
|
|
JASPER_LICENSE = JasPer License Version 2.0
|
|
JASPER_LICENSE_FILES = LICENSE
|
|
|
|
# No configure script included. We need to generate it.
|
|
JASPER_AUTORECONF = YES
|
|
|
|
JASPER_CONF_OPTS = --disable-strict
|
|
|
|
$(eval $(autotools-package))
|