Hello,
I've installed the arm-archlinux img on my raspberry-pi, and i want use a ps3 controller in bluetooth mode on it. To work, it requires a build bluez library with a patch for the sixaxis support.
So, i've tried to build the bluez tarball 4.101 (from the kernel.org repository), but i encounter an error on the configure step :
the command
$this->bbcode_second_pass_code('', './configure --host=arm-linux')
print on the terminal :
$this->bbcode_second_pass_code('', '
[...some successful checks...]
checking for DBUS... no
configure: error: D-Bus >= 1.4 is required
')
And i can't build bluez.
==> I have the dbus package installed (and dbus-core and dbus-glib) in v1.6.2 but it seems invisible for the checking process
Have you an idea of why the dbus check fails ? (i'm a noob on build process, so it's possible i've missed something obvious)
Thanks