mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
9 lines
320 B
Text
9 lines
320 B
Text
--- 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
|
|
}
|