Add ALSA-LIB to BLUEZ

Add Alsa-lib as a dep to bluez to fix building errors
This commit is contained in:
Glazed_Belmont 2023-11-29 00:19:27 -05:00 committed by fewtarius
parent e0d7dec513
commit 07d8d0c9f1
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -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"