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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user