aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-device_bluetooth_cast__bluetooth.gni
blob: 0fcfccc24b769e1cf3000aa7d37bbe73a4666f10 (plain) (tree)
1
2
3
4
5
6
7
8
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
 }