[pulseaudio-discuss] [PATCH 18/56] build: Load the right modules depending on the BlueZ version
Tanu Kaskinen
tanu.kaskinen at linux.intel.com
Thu Jul 18 05:44:23 PDT 2013
On Fri, 2013-07-12 at 15:06 -0300, jprvita at gmail.com wrote:
> From: João Paulo Rechi Vita <jprvita at openbossa.org>
>
> Support for BlueZ 4 is built only when bluez.pc is present on the target
> system, and that is a big hint that we should load the BlueZ 4 modules.
> On all other cases we can try to load the BlueZ 5 modules.
> ---
> src/daemon/default.pa.in | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
> index 19dd8a6..9a7fa40 100755
> --- a/src/daemon/default.pa.in
> +++ b/src/daemon/default.pa.in
> @@ -85,15 +85,20 @@ load-module module-jackdbus-detect channels=2
> .fail
> .endif
>
> -ifelse(@HAVE_BLUEZ_4@, 1, [dnl
> ### Automatically load driver modules for Bluetooth hardware
> .ifexists module-bluetooth-policy at PA_SOEXT@
> load-module module-bluetooth-policy
> .endif
I think module-bluetooth-policy should be omitted from the configuration
file if there's no BlueZ support compiled in at all.
--
Tanu
More information about the pulseaudio-discuss
mailing list