From ea3e922da4faa9f2759806eda703d49db13c39d2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:09:57 +0100 Subject: [PATCH] libcdio: add autoreconf support Signed-off-by: Stephan Raue --- packages/audio/libcdio/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/audio/libcdio/meta b/packages/audio/libcdio/meta index da2f6bee25..91369eb33e 100644 --- a/packages/audio/libcdio/meta +++ b/packages/audio/libcdio/meta @@ -12,3 +12,5 @@ PKG_SECTION="audio" PKG_SHORTDESC="libcdio: A CD-ROM reading and control library" PKG_LONGDESC="This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"