shairport-sync: Enable pipe audio backend support
[feed/packages.git] / sound / shairport-sync / Makefile
index 3d8786ab6956343303213a45975786042725250d..8a490b98332f846e84f1a7d070e5fa645084697b 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=shairport-sync
 PKG_VERSION:=4.3.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/mikebrady/shairport-sync/tar.gz/$(PKG_VERSION)?
@@ -79,6 +79,7 @@ CONFIGURE_ARGS += \
        --with-alsa \
        --with-libdaemon \
        --with-airplay-2 \
+       --with-pipe \
        --with-metadata
 
 ifeq ($(BUILD_VARIANT),openssl)