From e1f9a6942c4e31065ab5d18848efb710ff062869 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:09:55 +0100 Subject: [PATCH] alsa: add autoreconf support Signed-off-by: Stephan Raue --- packages/audio/alsa/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/audio/alsa/meta b/packages/audio/alsa/meta index e693eb0904..d9eeba7627 100644 --- a/packages/audio/alsa/meta +++ b/packages/audio/alsa/meta @@ -12,3 +12,5 @@ PKG_SECTION="audio" PKG_SHORTDESC="alsa: Matapackage to install all alsa components" PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Linux Sound API. It provides much finer (->better) access to the sound hardware, has a unbeatable mixer API and supports stuff like multi channel hardware, digital outs and ins, uninterleaved sound data access, and an oss emulation layer (for the old applications). It is the prefered API for professional sound apps under Linux." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"