From 750ced49b7abc5fd3ddda83a21a6aa64c29c0130 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:07 +0100 Subject: [PATCH] udisks: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/udisks/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/udisks/meta b/packages/sysutils/udisks/meta index 10bdd55cb8..9415a19a2b 100644 --- a/packages/sysutils/udisks/meta +++ b/packages/sysutils/udisks/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="udisks: a modular hardware abstraction layer designed for use in Linux systems that is designed to simplify device management." PKG_LONGDESC="Udisks is a modular hardware abstraction layer designed for use in Linux systems that is designed to simplify device management and replace the current monolithic Linux HAL. Udisks includes the ability to enumerate system devices and send notifications when hardware is added or removed from the computer system." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"