diff options
Diffstat (limited to 'www/chromium/files/patch-device_bluetooth_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-device_bluetooth_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-device_bluetooth_BUILD.gn b/www/chromium/files/patch-device_bluetooth_BUILD.gn deleted file mode 100644 index 596c6eb70237..000000000000 --- a/www/chromium/files/patch-device_bluetooth_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- device/bluetooth/BUILD.gn.orig 2021-12-14 11:45:06 UTC -+++ device/bluetooth/BUILD.gn -@@ -308,7 +308,7 @@ component("bluetooth") { - ] - } - -- if (is_chromeos || is_linux) { -+ if ((is_chromeos || is_linux) && !is_bsd) { - if (use_bluez) { - if (!force_cast_bluetooth) { - sources += [ "bluetooth_adapter_chromeos.cc" ] |