pipewire: drop PKG_TOOLCHAIN hardcoding - was already meson

This commit is contained in:
Rudi Heitbaum 2022-08-28 02:32:28 +00:00
parent 0b00ecea05
commit 5e79fd633a

View File

@ -9,7 +9,6 @@ PKG_SITE="https://pipewire.org"
PKG_URL="https://github.com/PipeWire/pipewire/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libpthread-stubs dbus ncurses alsa-lib systemd libsndfile libusb"
PKG_LONGDESC="PipeWire is a server and user space API to deal with multimedia pipeline"
PKG_TOOLCHAIN="meson"
if [ "${BLUETOOTH_SUPPORT}" = "yes" ]; then
PKG_DEPENDS_TARGET+=" bluez sbc ldacBT libfreeaptx"