blob: ebeeba7de6c1292894a0bcfd9e813ddf1cb0c340 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/3rdparty/chromium/device/bluetooth/BUILD.gn.orig 2020-11-07 01:22:36 UTC
+++ src/3rdparty/chromium/device/bluetooth/BUILD.gn
@@ -275,7 +275,7 @@ component("bluetooth") {
]
}
- if (is_chromeos || is_linux) {
+ if (is_chromeos || is_linux && !is_bsd) {
if (use_dbus && is_chromeos) {
# This crap uses ChromeOS specific system API
sources += [
|