$OpenBSD: patch-device_bluetooth_BUILD_gn,v 1.20 2019/09/23 07:18:04 robert Exp $
Index: device/bluetooth/BUILD.gn
--- device/bluetooth/BUILD.gn.orig
+++ device/bluetooth/BUILD.gn
@@ -277,7 +277,7 @@ component("bluetooth") {
     ]
   }
 
-  if (is_chromeos || is_linux) {
+  if (is_chromeos || (is_linux && !is_openbsd)) {
     if (use_dbus) {
       sources += [
         "bluez/bluetooth_adapter_bluez.cc",
