New review comment by nyanpasu64 on void-packages repository https://github.com/void-linux/void-packages/pull/39957#discussion_r996168736 Comment: I can try setting `pulseaudio=yes` and rebuilding, when I have a chance. Though I don't think Godot with Pulse has a hard dependency on having libpulseaudio installed, since if I `sudo mv /usr/lib/libpulse.so.0.24.0{,~}` then try running `godot` in a terminal, I see output: ``` libpulse.so.0: cannot open shared object file: No such file or directory libpulse.so.0: cannot open shared object file: No such file or directory ``` followed by opening an ALSA audio stream instead (alsa-pipewire which constantly `ALSA lib pcm.c:8568:(snd_pcm_recover) underrun occurred`, presumably a bug but I didn't investigate what's wrong yet). What's the best approach for declaring in a package that it needs either libpulse or libalsa, or it can't output audio (but still runs)?