aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-device_bluetooth_cast__bluetooth.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-device_bluetooth_cast__bluetooth.gni')
-rw-r--r--devel/electron32/files/patch-device_bluetooth_cast__bluetooth.gni9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/electron32/files/patch-device_bluetooth_cast__bluetooth.gni b/devel/electron32/files/patch-device_bluetooth_cast__bluetooth.gni
deleted file mode 100644
index 0fcfccc24b76..000000000000
--- a/devel/electron32/files/patch-device_bluetooth_cast__bluetooth.gni
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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
- }