summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/bluez.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/audio-bluetooth/bluez.morph')
-rw-r--r--strata/audio-bluetooth/bluez.morph10
1 files changed, 8 insertions, 2 deletions
diff --git a/strata/audio-bluetooth/bluez.morph b/strata/audio-bluetooth/bluez.morph
index f27fcf1c..e7208da7 100644
--- a/strata/audio-bluetooth/bluez.morph
+++ b/strata/audio-bluetooth/bluez.morph
@@ -4,8 +4,14 @@ description: Bluetooth protocol stack for Linux
build-system: autotools
configure-commands:
- autoreconf -ivf
-- ./configure --prefix="$PREFIX" --enable-tools --enable-test --enable-alsa --enable-library
- --with-telephony=ofono --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
+- ./configure --prefix="$PREFIX"
+ --enable-tools
+ --enable-service
+ --enable-test
+ --enable-library
+ --sysconfdir=/etc
+ --localstatedir=/var
+ --libexecdir=/lib
install-commands:
- make DESTDIR="$DESTDIR" install
- mkdir -p "$DESTDIR/etc/systemd/system/bluetooth.target.wants"