t2sde/package/audio/bluez-alsa/bluez-alsa.conf
2025-04-14 11:54:47 +00:00

22 lines
784 B
Plaintext

# --- T2-COPYRIGHT-BEGIN ---
# t2/package/*/bluez-alsa/bluez-alsa.conf
# Copyright (C) 2018 - 2025 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0
# --- T2-COPYRIGHT-END ---
srcdir="bluez-alsa-*"
hook_add preconf 5 "autoreconf --install"
pkginstalled openaptx && var_append confopt ' ' '--enable-aptx --disable-payloadcheck'
pkginstalled lame && var_append confopt ' ' '--enable-mp3lame'
pkginstalled mpg123 && var_append confopt ' ' '--enable-mpg123'
pkginstalled libaac && var_append confopt ' ' '--enable-aac'
#pkginstalled libldac && var_append confopt ' ' '--enable-ldac'
#var_append confopt ' ' '--enable-debug'
if pkginstalled ncurses; then
var_append confopt ' ' '--enable-hcitop'
export NCURSES_CFLAGS="-I/usr/include/ncursesw"
export NCURSES_LIBS="-lncurses"
fi