mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
Merge pull request #293549 from jwillikers/pipewire-pw-cat-ffmpeg
pipewire: Enable ffmpeg support in tools when ffmpegSupport is enabled
This commit is contained in:
commit
ab80424be7
@ -160,6 +160,7 @@ stdenv.mkDerivation(finalAttrs: {
|
||||
(lib.mesonEnable "systemd-system-service" enableSystemd)
|
||||
(lib.mesonEnable "udev" (!enableSystemd))
|
||||
(lib.mesonEnable "ffmpeg" ffmpegSupport)
|
||||
(lib.mesonEnable "pw-cat-ffmpeg" ffmpegSupport)
|
||||
(lib.mesonEnable "bluez5" bluezSupport)
|
||||
(lib.mesonEnable "bluez5-backend-hsp-native" nativeHspSupport)
|
||||
(lib.mesonEnable "bluez5-backend-hfp-native" nativeHfpSupport)
|
||||
|
Loading…
Reference in New Issue
Block a user