diff options
Diffstat (limited to 'www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni')
-rw-r--r-- | www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni b/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni new file mode 100644 index 000000000000..5a4b92be382e --- /dev/null +++ b/www/chromium/files/patch-device_bluetooth_cast__bluetooth.gni @@ -0,0 +1,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 + } |