summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-27 18:57:31 +0000
committerJavier Jardón <jjardon@gnome.org>2015-01-29 13:22:34 +0000
commit1f85824006099e50a82a66a6dd544a7862552b5f (patch)
tree97048de9d252ab1ab1d1b0d87a8784eedfebb33d /strata/audio-bluetooth
parent5bbba37af717f0a83195bb19d109e87f4f96e997 (diff)
downloaddefinitions-1f85824006099e50a82a66a6dd544a7862552b5f.tar.gz
Upgrade pulseaudio to 5.99.3 to support changes to json-c
Diffstat (limited to 'strata/audio-bluetooth')
-rw-r--r--strata/audio-bluetooth/pulseaudio.morph4
1 files changed, 1 insertions, 3 deletions
diff --git a/strata/audio-bluetooth/pulseaudio.morph b/strata/audio-bluetooth/pulseaudio.morph
index 117f3396..fa183fcb 100644
--- a/strata/audio-bluetooth/pulseaudio.morph
+++ b/strata/audio-bluetooth/pulseaudio.morph
@@ -4,10 +4,8 @@ description: PulseAudio System
build-system: autotools
configure-commands:
- ./autogen.sh
-- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple
+- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple --with-systemduserunitdir=/lib/systemd/system
install-commands:
- make DESTDIR="$DESTDIR" install
-- mkdir -p "$DESTDIR/lib/systemd/system"
-- install -m755 pulseaudio.service "$DESTDIR/lib/systemd/system"
- mkdir -p "$DESTDIR/etc/systemd/system/multi-user.target.wants"
- ln -s /lib/systemd/system/pulseaudio.service "$DESTDIR/etc/systemd/system/multi-user.target.wants/pulseaudio.service"