$OpenBSD: patch-device_bluetooth_BUILD_gn,v 1.15 2018/09/12 17:08:22 robert Exp $
Index: device/bluetooth/BUILD.gn
--- device/bluetooth/BUILD.gn.orig
+++ device/bluetooth/BUILD.gn
@@ -266,7 +266,7 @@ component("bluetooth") {
     ]
   }
 
-  if (is_chromeos || is_linux) {
+  if (is_chromeos || (is_linux && !is_openbsd)) {
     if (use_dbus) {
       sources += [
         "bluez/bluetooth_adapter_bluez.cc",
