mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pipewire: remove the ldacBtDecodeSupport option
Always enable it if ldac is available.
This commit is contained in:
parent
8d765834f4
commit
67b7303494
1 changed files with 1 additions and 2 deletions
|
|
@ -73,7 +73,6 @@
|
|||
x11Support
|
||||
&& lib.systems.equals stdenv.buildPlatform stdenv.hostPlatform
|
||||
&& lib.meta.availableOn stdenv.hostPlatform ffado,
|
||||
ldacBtDecodeSupport ? false,
|
||||
ffado,
|
||||
libselinux,
|
||||
libebur128,
|
||||
|
|
@ -243,7 +242,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
(lib.mesonEnable "bluez5-codec-lc3plus" false)
|
||||
(lib.mesonEnable "bluez5-codec-lc3" bluezSupport)
|
||||
(lib.mesonEnable "bluez5-codec-ldac" (bluezSupport && ldacbtSupport))
|
||||
(lib.mesonEnable "bluez5-codec-ldac-dec" (bluezSupport && ldacbtSupport && ldacBtDecodeSupport))
|
||||
(lib.mesonEnable "bluez5-codec-ldac-dec" (bluezSupport && ldacbtSupport))
|
||||
(lib.mesonEnable "opus" true)
|
||||
(lib.mesonOption "sysconfdir" "/etc")
|
||||
(lib.mesonEnable "raop" raopSupport)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue