ports/www/iridium/files/patch-device_bluetooth_cast__bluetooth.gni
2022-10-06 13:18:10 +02:00

9 lines
320 B
Text

--- device/bluetooth/cast_bluetooth.gni.orig 2022-10-05 07:34:01 UTC
+++ device/bluetooth/cast_bluetooth.gni
@@ -2,5 +2,5 @@ import("//build/config/features.gni")
declare_args() {
force_cast_bluetooth = false
- use_bluez = (is_linux && !is_castos && use_dbus) || is_chromeos
+ use_bluez = use_dbus && !is_bsd
}