]> git.99rst.org Git - openwrt-packages.git/commit
snapcast: add libsoxr dependency to snapclient
authorMirko Vogt <redacted>
Wed, 22 Jul 2026 12:22:41 +0000 (12:22 +0000)
committerMirko Vogt <redacted>
Wed, 22 Jul 2026 14:14:58 +0000 (16:14 +0200)
commit084f89271e3d1c7b5eb1b7bc743f0b0939f6a07c
tree6e7073ab22ab5d5a4b5f2c0b5423d5fdce4f449c
parent59bccbd1788331fecf8f1f2ce05b83fae94151ff
snapcast: add libsoxr dependency to snapclient

SNAPCAST_SOXR passes -DBUILD_WITH_SOXR, which is a build-wide CMake
option: snapserver and snapclient are built from one source tree and
both link libsoxr. The dependency was declared only on snapserver, so
with SNAPCAST_SOXR enabled (the default) the snapclient package failed
at the packaging step:

  Package snapclient is missing dependencies for the following libraries:
  libsoxr.so.0

Declare +SNAPCAST_SOXR:libsoxr on snapclient too, and relabel the option
"(server + client)" so its build-wide scope is clear.

Fixes: 7673cd9a ("snapcast: make build options explicit and per-package deps precise")
Signed-off-by: Mirko Vogt <redacted>
sound/snapcast/Makefile
git clone https://git.99rst.org/PROJECT