gnu: bluez-alsa: Add LDAC support.
* gnu/packages/audio.scm (bluez-alsa)[arguments]: Enable LDAC support. [inputs]: Add ldacbt.
This commit is contained in:
parent
a079f3eb2f
commit
09b00a62b2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user