Add ALSA-LIB to BLUEZ
Add Alsa-lib as a dep to bluez to fix building errors
This commit is contained in:
parent
e0d7dec513
commit
07d8d0c9f1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ PKG_VERSION="5.70"
|
|||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.bluez.org/"
|
||||
PKG_URL="https://www.kernel.org/pub/linux/bluetooth/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain dbus glib readline systemd json-c"
|
||||
PKG_DEPENDS_TARGET="toolchain dbus glib readline systemd json-c alsa-lib"
|
||||
PKG_LONGDESC="Bluetooth Tools and System Daemons for Linux."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
PKG_BUILD_FLAGS="+lto"
|
||||
|
|
Loading…
Reference in a new issue