summaryrefslogtreecommitdiff
path: root/package/shairport-sync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/shairport-sync/Makefile')
-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 \