Browse Source

shairport-sync: switch to avahi to also enable mqtt support

Signed-off-by: Joerg Seitter <adk@seitter.net>
Joerg Seitter 4 years ago
parent
commit
192eab6847
1 changed files with 4 additions and 4 deletions
  1. 4 4
      package/shairport-sync/Makefile

+ 4 - 4
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 \