[Lunar-commits] <moonbase-other> pulseaudio: tweak BUILD file.
Florin Braescu
florin at lunar-linux.org
Wed Nov 12 16:47:44 CET 2014
commit 1b6fe6aadd549b327104e151723d01a07236418c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 12 Nov 2014 17:47:25 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/1b6fe6aadd549b327104e151723d01a07236418c
pulseaudio: tweak BUILD file.
---
audio/pulseaudio/BUILD | +2/-4
1 file changed, 2 insertions(+), 4 deletions(-)
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -3,10 +3,8 @@
# compatibility layer for bluez4 we want both enabled if bluez-5 is installed.
if in_depends $MODULE bluez ; then
OPTS+=" --enable-bluez4 --disable-bluez5"
- else
- if in_depends $MODULE bluez-5 ; then
- OPTS+=" --enable-bluez5 --enable-bluez4"
- fi
+ elif in_depends $MODULE bluez-5 ; then
+ OPTS+=" --enable-bluez5 --enable-bluez4"
fi &&
if module_installed systemd ; then
More information about the Lunar-commits
mailing list