gnu: bluez-alsa: Add LDAC support.

* gnu/packages/audio.scm (bluez-alsa)[arguments]: Enable LDAC support.
[inputs]: Add ldacbt.
This commit is contained in:
Ricardo Wurmus 2020-10-14 14:54:22 +02:00
parent a079f3eb2f
commit 09b00a62b2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -4004,7 +4004,8 @@ kbps at 24 bit/96 kHz.")
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list (string-append "--with-alsaplugindir="
(list "--enable-ldac"
(string-append "--with-alsaplugindir="
(assoc-ref %outputs "out")
"/lib/alsa-lib")
(string-append "--with-dbusconfdir="
@ -4020,6 +4021,7 @@ kbps at 24 bit/96 kHz.")
("bluez" ,bluez)
("dbus" ,dbus)
("glib" ,glib)
("ldacbt" ,ldacbt)
("libbsd" ,libbsd)
("ncurses" ,ncurses)
("ortp" ,ortp)