From 2fbcd713ef82a776533b9b82955c7a849ad0ad5a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:37 +0100 Subject: [PATCH] tiff: add autoreconf support Signed-off-by: Stephan Raue --- packages/graphics/tiff/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/graphics/tiff/meta b/packages/graphics/tiff/meta index 61d79af7a4..e3fdedbb6f 100644 --- a/packages/graphics/tiff/meta +++ b/packages/graphics/tiff/meta @@ -12,3 +12,5 @@ PKG_SECTION="graphics" PKG_SHORTDESC="libtiff: A library for reading and writing TIFF files" PKG_LONGDESC="libtiff is a library for reading and writing data files encoded with the Tag Image File format, Revision 6.0 (or revision 5.0 or revision 4.0). This file format is suit- able for archiving multi-color and monochromatic image data." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"