diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2018-04-06 10:19:24 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-28 18:53:49 +0200 |
commit | 36f2d55eff9118c9a13dca7c77efdd4b781bd77c (patch) | |
tree | 1b72de3d294f3d8518468bdef5f01e96639a4df7 /package/Config.in | |
parent | 1b3d8129a11b03fe9309c6cd8d585cdb7453332b (diff) | |
download | buildroot-36f2d55eff9118c9a13dca7c77efdd4b781bd77c.tar.gz buildroot-36f2d55eff9118c9a13dca7c77efdd4b781bd77c.zip |
bluez-alsa: new package
bluez-alsa is a Bluetooth Audio ALSA Backend.
Note that we are using the latest commit from git master branch
instead of the latest version tag v1.2.0 which is almost a year old
and is 64 commits behind master.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
[Thomas:
- simplify the comments in the "depends on"
- move the Config.in comment below the hcitop option to let
menuconfig properly indent the hcitop option under bluez-alsa]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index d5ba5cd36c..8be48816e6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -13,6 +13,7 @@ menu "Audio and video applications" source "package/atest/Config.in" source "package/aumix/Config.in" source "package/bellagio/Config.in" + source "package/bluez-alsa/Config.in" source "package/dvblast/Config.in" source "package/dvdauthor/Config.in" source "package/dvdrw-tools/Config.in" |