aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/Makefile
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-01-12 19:47:41 -0800
committerLukas Rusak <lorusak@gmail.com>2023-01-13 13:58:42 -0800
commit9073e3b754b1d55907df8a2396e489fd1af2a6a3 (patch)
tree9ef0334d246737ed5662c3fe8acfa0cb753e9d63 /tools/depends/target/Makefile
parent79f91007bbcf2e7c01391b56451fff1bb30984de (diff)
tools/depends: add pipewire for linux builds
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r--tools/depends/target/Makefile3
1 files changed, 2 insertions, 1 deletions
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