From 1f05520579cfa5dd506da05092b1b14a8fa4bb25 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:01:13 +0100 Subject: [PATCH] gdk-pixbuf: add autoreconf support and enable if possible Signed-off-by: Stephan Raue --- packages/x11/toolkits/gdk-pixbuf/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/x11/toolkits/gdk-pixbuf/meta b/packages/x11/toolkits/gdk-pixbuf/meta index 29af6660ad..f342e14927 100644 --- a/packages/x11/toolkits/gdk-pixbuf/meta +++ b/packages/x11/toolkits/gdk-pixbuf/meta @@ -12,3 +12,5 @@ PKG_SECTION="x11/toolkits" PKG_SHORTDESC="gdk-pixbuf: a GNOME library for image loading and manipulation." PKG_LONGDESC="gdk-pixbuf (GdkPixbuf) is a GNOME library for image loading and manipulation. The GdkPixbuf documentation contains both the programmer's guide and the API reference." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"