summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJoerg Seitter <adk@seitter.net>2020-05-16 01:24:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-05-17 11:58:00 +0200
commit192eab6847bef50204abe08515ce5e35a23a5cf9 (patch)
tree2469edcbb6f00a4ab5622becd76d92e36254c79c /package
parent47e871fc9a53337bab73d2b9bd9def9936ed8858 (diff)
shairport-sync: switch to avahi to also enable mqtt support
Signed-off-by: Joerg Seitter <adk@seitter.net>
Diffstat (limited to 'package')
-rw-r--r--package/shairport-sync/Makefile8
1 files 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 \