mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
bluez: update to bluez-4.96
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a55df2a5a4
commit
5209431b05
@ -49,12 +49,13 @@ cd $PKG_BUILD
|
|||||||
--disable-pie \
|
--disable-pie \
|
||||||
--enable-network \
|
--enable-network \
|
||||||
--disable-sap \
|
--disable-sap \
|
||||||
|
--disable-proximity \
|
||||||
--disable-serial \
|
--disable-serial \
|
||||||
--enable-input \
|
--enable-input \
|
||||||
--enable-audio \
|
--disable-audio \
|
||||||
--enable-service \
|
--enable-service \
|
||||||
--enable-health \
|
--enable-health \
|
||||||
--enable-pnat \
|
--disable-pnat \
|
||||||
--disable-gstreamer \
|
--disable-gstreamer \
|
||||||
--enable-alsa \
|
--enable-alsa \
|
||||||
--enable-usb \
|
--enable-usb \
|
||||||
@ -70,6 +71,7 @@ cd $PKG_BUILD
|
|||||||
--enable-wiimote \
|
--enable-wiimote \
|
||||||
--disable-maemo6 \
|
--disable-maemo6 \
|
||||||
--disable-dbusoob \
|
--disable-dbusoob \
|
||||||
|
--enable-thermometer \
|
||||||
--disable-hal \
|
--disable-hal \
|
||||||
--disable-capng \
|
--disable-capng \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
|
@ -19,13 +19,12 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="bluez"
|
PKG_NAME="bluez"
|
||||||
PKG_VERSION="53e6e76"
|
PKG_VERSION="4.96"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.bluez.org/"
|
PKG_SITE="http://www.bluez.org/"
|
||||||
#PKG_URL="http://www.kernel.org/pub/linux/bluetooth/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://www.kernel.org/pub/linux/bluetooth/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
|
||||||
PKG_DEPENDS="alsa-lib libusb-compat dbus glib"
|
PKG_DEPENDS="alsa-lib libusb-compat dbus glib"
|
||||||
PKG_BUILD_DEPENDS="toolchain alsa-lib libusb-compat dbus glib"
|
PKG_BUILD_DEPENDS="toolchain alsa-lib libusb-compat dbus glib"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user