aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni
blob: febddef647a9805f296f1cc8864e90290e27860b (plain) (blame)
1
2
3
4
5
6
7
8
9
--- 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 = (is_linux || is_chromeos) && !is_castos
+  use_bluez = use_dbus && !is_bsd
 }