ports/www/iridium/files/patch-device_bluetooth_BUILD.gn
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

11 lines
315 B
Text

--- device/bluetooth/BUILD.gn.orig 2019-03-11 22:00:58 UTC
+++ device/bluetooth/BUILD.gn
@@ -277,7 +277,7 @@ component("bluetooth") {
]
}
- if (is_chromeos || is_linux) {
+ if (is_chromeos || (is_linux && !is_bsd)) {
if (use_dbus) {
sources += [
"bluez/bluetooth_adapter_bluez.cc",