opnsense-ports/devel/electron22/files/patch-device_bluetooth_bluetooth__adapter.cc
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

11 lines
551 B
C++

--- device/bluetooth/bluetooth_adapter.cc.orig 2022-07-28 06:05:58 UTC
+++ device/bluetooth/bluetooth_adapter.cc
@@ -32,7 +32,7 @@ BluetoothAdapter::ServiceOptions::ServiceOptions() = d
BluetoothAdapter::ServiceOptions::~ServiceOptions() = default;
#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_MAC) && \
- !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
+ !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
// static
scoped_refptr<BluetoothAdapter> BluetoothAdapter::CreateAdapter() {
return nullptr;