aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni
blob: 5a4b92be382ee9c631a3ab18555288927cb4047f (plain) (blame)
1
2
3
4
5
6
7
8
9
--- device/bluetooth/cast_bluetooth.gni.orig	2021-12-16 17:28:29 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 = use_dbus && !is_bsd
 }