pipewire: Add bluezSupport parameter (#403420)
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
gst_all_1,
|
||||
ffmpeg,
|
||||
fftwFloat,
|
||||
bluezSupport ? stdenv.hostPlatform.isLinux,
|
||||
bluez,
|
||||
sbc,
|
||||
libfreeaptx,
|
||||
@@ -73,7 +74,6 @@ let
|
||||
webrtc-audio-processing
|
||||
];
|
||||
|
||||
bluezSupport = stdenv.hostPlatform.isLinux;
|
||||
modemmanagerSupport = lib.meta.availableOn stdenv.hostPlatform modemmanager;
|
||||
libcameraSupport = lib.meta.availableOn stdenv.hostPlatform libcamera;
|
||||
ldacbtSupport = lib.meta.availableOn stdenv.hostPlatform ldacbt;
|
||||
|
||||
Reference in New Issue
Block a user