From 192eab6847bef50204abe08515ce5e35a23a5cf9 Mon Sep 17 00:00:00 2001 From: Joerg Seitter Date: Sat, 16 May 2020 01:24:11 +0200 Subject: shairport-sync: switch to avahi to also enable mqtt support Signed-off-by: Joerg Seitter --- package/shairport-sync/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package') diff --git a/package/shairport-sync/Makefile b/package/shairport-sync/Makefile index 6b3abcec3..c85f46ca1 100644 --- a/package/shairport-sync/Makefile +++ b/package/shairport-sync/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_GIT:= tag PKG_DESCR:= airplay daemon PKG_SECTION:= mm/audio -PKG_DEPENDS:= libressl libpopt libdaemon libconfig jack mosquitto -PKG_BUILDDEP:= libressl popt libdaemon libconfig jack mosquitto +PKG_DEPENDS:= libressl libpopt libdaemon libconfig jack mosquitto libavahi +PKG_BUILDDEP:= libressl popt libdaemon libconfig jack mosquitto avahi PKG_URL:= https://github.com/mikebrady/shairport-sync PKG_SITES:= https://github.com/mikebrady/shairport-sync.git @@ -23,8 +23,8 @@ CONFIGURE_ARGS+= --with-pkg-config \ --without-systemv \ --without-systemd \ --with-libdaemon \ - --disable-avahi \ - --with-tinysvcmdns \ + --with-avahi \ + --disable-tinysvcmdns \ --with-alsa \ --with-jack \ --with-mqtt-client \ -- cgit v1.2.3