Skip to content

Commit 6db7b1c

Browse files
xabolcsBKPepe
authored andcommitted
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: a9ac866 ("snapcast: fix PulseAudio") Fixes: eeb8d13 ("snapcast: add package snapserver and snapclient") Signed-off-by: Szabolcs Hubai <[email protected]>
1 parent 0d36834 commit 6db7b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/snapcast/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define Package/snapcast/Default
2727
SECTION:=sound
2828
CATEGORY:=Sound
2929
TITLE:=Synchronous multiroom audio player
30-
DEPENDS:=+AUDIO_SUPPORT:alsa-lib +libavahi-client +libatomic +libogg +libflac +libopus +boost +libsoxr
30+
DEPENDS:=+AUDIO_SUPPORT:alsa-lib +libexpat +libatomic +libogg +libflac +libopus +boost +libsoxr
3131
URL:=https://github.com/badaix/snapcast
3232
endef
3333

0 commit comments

Comments
 (0)