From a5d9a0c37e5fbd485d37d51ecd24e6cb4cec7ce5 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 28 Oct 2023 10:36:43 +0000 Subject: [PATCH] pipewire: add dependency of glib --- packages/audio/pipewire/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/audio/pipewire/package.mk b/packages/audio/pipewire/package.mk index 25737761de..a2cc91782e 100644 --- a/packages/audio/pipewire/package.mk +++ b/packages/audio/pipewire/package.mk @@ -7,7 +7,7 @@ PKG_SHA256="b681bbf590cd02deec41802444ba5b05fe4df3e497eaa80260d1c5f7bb830bda" PKG_LICENSE="LGPL" 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_DEPENDS_TARGET="toolchain alsa-lib dbus glib libpthread-stubs libsndfile libusb ncurses systemd" PKG_LONGDESC="PipeWire is a server and user space API to deal with multimedia pipeline" if [ "${BLUETOOTH_SUPPORT}" = "yes" ]; then