$OpenBSD: patch-src_3rdparty_chromium_device_bluetooth_BUILD_gn,v 1.1 2021/01/19 06:16:34 rsadowski Exp $

Index: src/3rdparty/chromium/device/bluetooth/BUILD.gn
--- src/3rdparty/chromium/device/bluetooth/BUILD.gn.orig
+++ src/3rdparty/chromium/device/bluetooth/BUILD.gn
@@ -275,7 +275,7 @@ component("bluetooth") {
     ]
   }
 
-  if (is_chromeos || is_linux) {
+  if (is_chromeos || (is_linux && !is_openbsd)) {
     if (use_dbus && is_chromeos) {
       # This crap uses ChromeOS specific system API
       sources += [
