bluez-libs and jack2 dependencies are missing
Optionally, you could add some additional meson options to disable bluez and jack support
-D gstreamer=disable is no longer working, needs to be -D gstreamer=false
-D bluez5=false -D jack=false -D pipewire-jack=false were needed to build correctly without these deps
additionally, ran into vulkan issues later during compilation, and -D vulkan=false fixed this as well
and as for linkmauve's previous comment, the git clone needs to be recursive now as they are using submodules for pipewire-alsa, pipewire-jack, and pipewire-pulseaudio
Pinned Comments