[PATCH 4/4] shairport-sync: switch to avahi to also enable mqtt support
Signed-off-by: Joerg Seitter <adk@seitter.net> --- package/shairport-sync/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 \ -- 2.20.1
participants (1)
-
Joerg Seitter