From 20221efca73dd8045c564b98f112fc27ee64e61e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:26 +0100 Subject: [PATCH] polkit: add autoreconf support Signed-off-by: Stephan Raue --- packages/security/polkit/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/security/polkit/meta b/packages/security/polkit/meta index 8dc8aa52b3..926149f581 100644 --- a/packages/security/polkit/meta +++ b/packages/security/polkit/meta @@ -12,3 +12,5 @@ PKG_SECTION="security" PKG_SHORTDESC="polkit: Authorization Toolkit" PKG_LONGDESC="PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"