From 10c0a44aad456e3b8e19899ea4359346d752e8db Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:35 +0100 Subject: [PATCH] jasper: add autoreconf support Signed-off-by: Stephan Raue --- packages/graphics/jasper/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/graphics/jasper/meta b/packages/graphics/jasper/meta index 490c8fda07..2d22ddbc05 100644 --- a/packages/graphics/jasper/meta +++ b/packages/graphics/jasper/meta @@ -12,3 +12,5 @@ PKG_SECTION="graphics" PKG_SHORTDESC="jasper: JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1) implementation" PKG_LONGDESC="This distribution contains the public release of the an open-source implementation of the ISO/IEC 15444-1 also known as JPEG-2000 standard for image compression." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"