mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
9 lines
320 B
Text
9 lines
320 B
Text
--- device/bluetooth/cast_bluetooth.gni.orig 2022-10-05 07:34:01 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
|
|
}
|