mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
22 lines
784 B
Plaintext
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
|