mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
bluez: use build_with_debug() helper function
This commit is contained in:
parent
31b02617c8
commit
77dfa971a2
@ -29,7 +29,7 @@ PKG_SHORTDESC="bluez: Bluetooth Tools and System Daemons for Linux."
|
|||||||
PKG_LONGDESC="Bluetooth Tools and System Daemons for Linux."
|
PKG_LONGDESC="Bluetooth Tools and System Daemons for Linux."
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
if [ "$DEBUG" = "yes" ]; then
|
if build_with_debug; then
|
||||||
BLUEZ_CONFIG="--enable-debug"
|
BLUEZ_CONFIG="--enable-debug"
|
||||||
else
|
else
|
||||||
BLUEZ_CONFIG="--disable-debug"
|
BLUEZ_CONFIG="--disable-debug"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user