aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni')
-rw-r--r--www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni b/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni
index 5a4b92be382e..febddef647a9 100644
--- a/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni
+++ b/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni
@@ -1,9 +1,9 @@
---- device/bluetooth/cast_bluetooth.gni.orig 2021-12-16 17:28:29 UTC
+--- device/bluetooth/cast_bluetooth.gni.orig 2022-06-17 14:20:10 UTC
+++ device/bluetooth/cast_bluetooth.gni
@@ -2,5 +2,5 @@ import("//build/config/features.gni")
declare_args() {
force_cast_bluetooth = false
-- use_bluez = use_dbus
+- use_bluez = (is_linux || is_chromeos) && !is_castos
+ use_bluez = use_dbus && !is_bsd
}