mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python: build with bluez support if enabled
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2ef128c79a
commit
86462ddb2e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user