Python: build with bluez support if enabled

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-09-01 16:57:25 +02:00
parent 2ef128c79a
commit 86462ddb2e

View File

@ -31,6 +31,11 @@ PKG_PRIORITY="optional"
PKG_SECTION="lang"
PKG_SHORTDESC="python: The Python programming language"
PKG_LONGDESC="Python is an interpreted object-oriented programming language, and is often compared with Tcl, Perl, Java or Scheme."
PKG_IS_ADDON="no"
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