From 34ae29bd1f8124fc0bf7768262e77290b34e2d60 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:06:15 +0100 Subject: [PATCH] fribidi: add autoreconf support Signed-off-by: Stephan Raue --- packages/other/fribidi/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/other/fribidi/meta b/packages/other/fribidi/meta index d8c3928661..03270c8810 100644 --- a/packages/other/fribidi/meta +++ b/packages/other/fribidi/meta @@ -12,3 +12,5 @@ PKG_SECTION="other" PKG_SHORTDESC="fribidi: The Bidirectional Algorithm library" PKG_LONGDESC="The library implements all of the algorithm as described in the Unicode Standard Annex #9, The Bidirectional Algorithm, http://www.unicode.org/unicode/reports/tr9/. FriBidi is exhautively tested against Bidi Reference Code, and due to our best knowledge, does not contain any conformance bugs." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"