libsndfile: remove sqlite support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-23 06:36:34 +02:00
parent 080aef6b8e
commit ddb88f3e71
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--disable-silent-rules \
--enable-sqlite \
--disable-sqlite \
--enable-alsa \
--enable-external-libs \
--disable-experimental \

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.mega-nerd.com/libsndfile/"
PKG_URL="http://www.mega-nerd.com/$PKG_NAME/files/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="alsa-lib sqlite flac libvorbis libogg"
PKG_BUILD_DEPENDS="toolchain alsa-lib sqlite flac libvorbis libogg"
PKG_DEPENDS="alsa-lib flac libvorbis libogg"
PKG_BUILD_DEPENDS="toolchain alsa-lib flac libvorbis libogg"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC="libsndfile: A library for accessing various audio file formats"