Bug 896063 - (jb-gonk) Enable MOZ_B2G_BT when BlueZ is present. r=qdot,mwu

This commit is contained in:
Bhargav Gurappadi 2013-08-14 19:54:57 -07:00
parent 6154f2119c
commit 4695a1f255

View File

@ -216,6 +216,10 @@ if test -n "$gonkdir" ; then
;;
18)
GONK_INCLUDES="-I$gonkdir/frameworks/native/include"
if test -d "$gonkdir/external/bluetooth/bluez"; then
GONK_INCLUDES+=" -I$gonkdir/external/dbus -I$gonkdir/external/bluetooth/bluez/lib"
MOZ_B2G_BT=1
fi
;;
*)
AC_MSG_ERROR([Unsupported platform version: $ANDROID_VERSION])