From 9073e3b754b1d55907df8a2396e489fd1af2a6a3 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 12 Jan 2023 19:47:41 -0800 Subject: tools/depends: add pipewire for linux builds --- tools/depends/target/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/depends/target/Makefile') diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 284fff9df0..e0ce2b9c1e 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -97,7 +97,7 @@ endif ALSA_LIB= ifeq ($(OS),linux) - DEPENDS += dbus libuuid alsa-lib libdrm libxkbcommon libinput libudev libevdev mtdev wayland waylandpp wayland-protocols linux-system-x11-libs + DEPENDS += dbus libuuid alsa-lib libdrm libxkbcommon libinput libudev libevdev mtdev pipewire wayland waylandpp wayland-protocols linux-system-x11-libs ALSA_LIB = alsa-lib LIBUUID = libuuid @@ -154,6 +154,7 @@ mariadb: openssl $(ICONV) $(ZLIB) mesa: libdrm meson-cross-file $(MESA_DEPS) nettle: gmp openssl: $(ZLIB) +pipewire: meson-cross-file python3: expat gettext libxml2 sqlite3 openssl libffi bzip2 xz $(ICONV) pythonmodule-pil: bzip2 $(PYMODULE_DEPS) $(ZLIB) libjpeg-turbo libpng freetype2 python3 pythonmodule-setuptools pythonmodule-pycryptodome: $(PYMODULE_DEPS) python3 pythonmodule-setuptools -- cgit v1.2.3