[client] audio: enable building without audio support
Some checks failed
build / client (Debug, map[cc:clang cxx:clang++], libdecor) (push) Has been cancelled
build / client (Debug, map[cc:clang cxx:clang++], xdg-shell) (push) Has been cancelled
build / client (Debug, map[cc:gcc cxx:g++], libdecor) (push) Has been cancelled
build / client (Debug, map[cc:gcc cxx:g++], xdg-shell) (push) Has been cancelled
build / client (Release, map[cc:clang cxx:clang++], libdecor) (push) Has been cancelled
build / client (Release, map[cc:clang cxx:clang++], xdg-shell) (push) Has been cancelled
build / client (Release, map[cc:gcc cxx:g++], libdecor) (push) Has been cancelled
build / client (Release, map[cc:gcc cxx:g++], xdg-shell) (push) Has been cancelled
build / module (push) Has been cancelled
build / host-linux (push) Has been cancelled
build / host-windows-cross (push) Has been cancelled
build / host-windows-native (push) Has been cancelled
build / idd (push) Has been cancelled
build / obs (clang) (push) Has been cancelled
build / obs (gcc) (push) Has been cancelled
build / docs (push) Has been cancelled
build / render-tests (push) Has been cancelled

Fixes #1183
This commit is contained in:
Geoffrey McRae
2026-07-30 16:16:04 +10:00
parent f6ad9e29d1
commit 33c81d2cf5
4 changed files with 41 additions and 11 deletions

View File

@@ -108,15 +108,21 @@ feature is disabled when running :ref:`cmake <client_building>`.
- ``libwayland-bin``
- ``libwayland-dev``
- Disable all audio support with ``cmake -DENABLE_AUDIO=no ..``
- ``libpipewire-0.3-dev``
- ``libpulse-dev``
- ``libsamplerate0-dev``
- Disable with ``cmake -DENABLE_PIPEWIRE=no ..``
- ``libpipewire-0.3-dev``
- ``libsamplerate0-dev``
- Disable with ``cmake -DENABLE_PULSEAUDIO=no ..``
- ``libpulse-dev``
- ``libsamplerate0-dev``
``libsamplerate0-dev`` is required whenever audio support remains enabled.
.. _client_deps_recommended: