How do I disable pipewire inclusion in the build?
Add an entry in some way to cargo.toml?
There appear to be checks for the variables:
- SDL_PIPEWIRE (Wanted: ON): ON
- SDL_PIPEWIRE_SHARED (Wanted: ON): ON
How would I use these to disable inclusion of pipewire?