mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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:a9ac8666da("snapcast: fix PulseAudio") Fixes:eeb8d131fc("snapcast: add package snapserver and snapclient") Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
0d36834ba0
commit
6db7b1c27f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user