$OpenBSD: patch-device_bluetooth_BUILD_gn,v 1.8 2019/04/17 11:48:54 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",
