aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-device_bluetooth_cast__bluetooth.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron28/files/patch-device_bluetooth_cast__bluetooth.gni')
-rw-r--r--devel/electron28/files/patch-device_bluetooth_cast__bluetooth.gni9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/electron28/files/patch-device_bluetooth_cast__bluetooth.gni b/devel/electron28/files/patch-device_bluetooth_cast__bluetooth.gni
new file mode 100644
index 000000000000..0fcfccc24b76
--- /dev/null
+++ b/devel/electron28/files/patch-device_bluetooth_cast__bluetooth.gni
@@ -0,0 +1,9 @@
+--- device/bluetooth/cast_bluetooth.gni.orig 2022-08-31 12:19:35 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_castos && use_dbus) || is_chromeos
++ use_bluez = use_dbus && !is_bsd
+ }