On 1 November 2014 03:58, Peter Meerwald <pmeerw at pmeerw.net> wrote: > if bluez development files are not installed, compilation of the > recently added native headset backend fails: > > CC modules/bluetooth/libbluez5_util_la-backend-native.lo > modules/bluetooth/backend-native.c:36:33: fatal error: bluetooth/bluetooth.h: No such file or directory > #include <bluetooth/bluetooth.h> > > this patch adds a check for bluez >= 4.101 > > Signed-off-by: Peter Meerwald <pmeerw at pmeerw.net> > --- We should make it clear that this is a build-time dep only. We don't link to libbluetooth. Should be enough to have that as a comment in the configure.ac and release notes. Cheers, Arun