mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 896063 - (jb-gonk) Enable MOZ_B2G_BT when BlueZ is present. r=qdot,mwu
This commit is contained in:
parent
6154f2119c
commit
4695a1f255
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user