From 6436b1f5c61452b52a554c40677f5d80dcf75d7d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:35 +0100 Subject: [PATCH] cairo: add autoreconf support Signed-off-by: Stephan Raue --- packages/graphics/cairo/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/graphics/cairo/meta b/packages/graphics/cairo/meta index 8b75444419..b06188565a 100644 --- a/packages/graphics/cairo/meta +++ b/packages/graphics/cairo/meta @@ -12,3 +12,5 @@ PKG_SECTION="graphics" PKG_SHORTDESC="cairo: Multi-platform 2D graphics library" PKG_LONGDESC="Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no" # ToDo