From 6db7b1c27f62608e84d7bc08e094f77b52faec8b Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Sun, 5 Oct 2025 12:08:26 +0200 Subject: [PATCH] snapcast: remove leftover "libavahi-client" dependency With "-DBUILD_WITH_AVAHI=OFF" the "libavahi-client" dependency is not needed anymore. Instead, the "libexpat" dependency needs to be specified explicitly. Fixes: a9ac8666da5f ("snapcast: fix PulseAudio") Fixes: eeb8d131fc93 ("snapcast: add package snapserver and snapclient") Signed-off-by: Szabolcs Hubai --- sound/snapcast/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/snapcast/Makefile b/sound/snapcast/Makefile index 39347b438d..a55753b7a7 100644 --- a/sound/snapcast/Makefile +++ b/sound/snapcast/Makefile @@ -27,7 +27,7 @@ define Package/snapcast/Default SECTION:=sound CATEGORY:=Sound TITLE:=Synchronous multiroom audio player - DEPENDS:=+AUDIO_SUPPORT:alsa-lib +libavahi-client +libatomic +libogg +libflac +libopus +boost +libsoxr + DEPENDS:=+AUDIO_SUPPORT:alsa-lib +libexpat +libatomic +libogg +libflac +libopus +boost +libsoxr URL:=https://github.com/badaix/snapcast endef -- 2.30.2