aboutsummaryrefslogtreecommitdiff
path: root/devel/electron39/files/patch-device_bluetooth_cast__bluetooth.gni
blob: edfba1ff781b737077eeb13cb44ccfb85c0a02d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- device/bluetooth/cast_bluetooth.gni.orig	2025-08-26 20:49:50 UTC
+++ device/bluetooth/cast_bluetooth.gni
@@ -6,5 +6,5 @@ declare_args() {
 
 declare_args() {
   force_cast_bluetooth = false
-  use_bluez = (is_linux && !is_castos && use_dbus) || is_chromeos
+  use_bluez = use_dbus && !is_bsd
 }