summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalin Crisan <ccrisan@gmail.com>2017-07-14 19:21:35 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-15 11:46:52 +0200
commit9e03dd1cefffd553def74e0f3955839dd2450208 (patch)
tree1ec95c8c721e53532923fd07e1d3d5add03e9087
parentd1fe23a9b2f0d89e2bdad4773152f119dc373e41 (diff)
downloadbuildroot-9e03dd1cefffd553def74e0f3955839dd2450208.tar.gz
buildroot-9e03dd1cefffd553def74e0f3955839dd2450208.zip
pulseaudio: add optional dependency on bluez5_utils
The pulseaudio configure script autodetects the presence of bluez 4.x and 5.x packages on the system and will exclude the bluetooth-related modules in their absence. This commit ensures that bluez5_utils, if selected, are installed before pulseaudio. The same already happens for bluez_utils (4.x). Signed-off-by: Calin Crisan <ccrisan at gmail dot com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/pulseaudio/pulseaudio.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pulseaudio/pulseaudio.mk b/package/pulseaudio/pulseaudio.mk
index ddd503a9fd..2f2cfbbed5 100644
--- a/package/pulseaudio/pulseaudio.mk
+++ b/package/pulseaudio/pulseaudio.mk
@@ -32,6 +32,7 @@ PULSEAUDIO_DEPENDENCIES = \
$(if $(BR2_PACKAGE_AVAHI_DAEMON),avahi) \
$(if $(BR2_PACKAGE_DBUS),dbus) \
$(if $(BR2_PACKAGE_BLUEZ_UTILS),bluez_utils) \
+ $(if $(BR2_PACKAGE_BLUEZ5_UTILS),bluez5_utils) \
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
$(if $(BR2_PACKAGE_FFTW),fftw) \
$(if $(BR2_PACKAGE_SYSTEMD),systemd)
OpenPOWER on IntegriCloud