ports/www/chromium/patches/patch-device_bluetooth_cast_bluetooth_gni

10 lines
339 B
Text

Index: device/bluetooth/cast_bluetooth.gni
--- device/bluetooth/cast_bluetooth.gni.orig
+++ 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
}