1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-15 02:16:36 +01:00
OpenVoiceOS/buildroot-patches/0104-Build-shairport-sync-for-PulseAudio.patch
Peter Steenbergen e54d587f56 [WIP] MycroftOS: Buildroot: Bump buildroot+kernel+drivers
- temp commit to be rebased when fully finished
2020-03-20 11:04:38 +01:00

26 lines
827 B
Diff

From 9a6de1ba847aaeee277d318d7dc23694f2a09993 Mon Sep 17 00:00:00 2001
From: Peter Steenbergen <info@j1nx.nl>
Date: Tue, 17 Mar 2020 10:04:01 +0100
Subject: [PATCH 1/1] Build shairport-sync for PulseAudio
---
package/shairport-sync/shairport-sync.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/shairport-sync/shairport-sync.mk b/package/shairport-sync/shairport-sync.mk
index 880a058909..631e9b0581 100644
--- a/package/shairport-sync/shairport-sync.mk
+++ b/package/shairport-sync/shairport-sync.mk
@@ -14,7 +14,7 @@ SHAIRPORT_SYNC_DEPENDENCIES = alsa-lib libconfig popt host-pkgconf
# git clone, no configure
SHAIRPORT_SYNC_AUTORECONF = YES
-SHAIRPORT_SYNC_CONF_OPTS = --with-alsa \
+SHAIRPORT_SYNC_CONF_OPTS = --with-pa \
--with-metadata \
--with-pipe \
--with-stdout
--
2.25.0