From facec5ac75b416d40f8496800f7b9c2a707819c5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:36 +0100 Subject: [PATCH] libjpeg-turbo: add autoreconf support Signed-off-by: Stephan Raue --- packages/graphics/libjpeg-turbo/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/graphics/libjpeg-turbo/meta b/packages/graphics/libjpeg-turbo/meta index 5e48e3e46d..5a8d5066bc 100644 --- a/packages/graphics/libjpeg-turbo/meta +++ b/packages/graphics/libjpeg-turbo/meta @@ -12,3 +12,5 @@ PKG_SECTION="graphics" PKG_SHORTDESC="libjpeg-turbo: a high-speed version of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression." PKG_LONGDESC="libjpeg-turbo is a high-speed version of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"