Python: force disable bluetooth support

closes #2575
This commit is contained in:
Stefan Saraev 2013-09-11 23:02:19 +03:00
parent 89d4a4f9bc
commit af37e81a91
2 changed files with 2 additions and 5 deletions

View File

@ -33,6 +33,8 @@ ac_cv_func_lchflags_works=no \
ac_cv_func_chflags_works=no \
ac_cv_func_printf_zd=yes \
ac_cv_buggy_getaddrinfo=no \
ac_cv_header_bluetooth_bluetooth_h=no \
ac_cv_header_bluetooth_h=no \
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -34,8 +34,3 @@ PKG_LONGDESC="Python is an interpreted object-oriented programming language, and
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS bluez"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS bluez"
fi