blob: ff6268dcafaccfc38a527fdef955a349dd74542a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$OpenBSD: patch-device_bluetooth_cast_bluetooth_gni,v 1.1 2021/11/16 11:28:47 robert Exp $
Index: device/bluetooth/cast_bluetooth.gni
--- device/bluetooth/cast_bluetooth.gni.orig
+++ 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_openbsd
}
|