mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libsndfile: remove sqlite support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
080aef6b8e
commit
ddb88f3e71
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user