system/ofono: Use bluez4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Guilherme Calandrini 2015-12-10 18:37:57 +07:00 committed by Willy Sudiarto Raharjo
parent 1509c23197
commit 58cba458f7
2 changed files with 10 additions and 1 deletions

View file

@ -11,3 +11,7 @@ The plug-in API functionality is modeled on public standards, in
particular 3GPP TS 27.007 "AT command set for User Equipment (UE)."
oFono is sponsored by Intel and most of the project maintainers work.
-----------------------------------------
ofono requeries bluez with gateway enabled

View file

@ -24,7 +24,7 @@
PRGNAM=ofono
VERSION=${VERSION:-1.14}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -77,6 +77,11 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-threads \
--enable-test \
--enable-tools \
--enable-dundee \
--enable-bluez4 \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux