blob: f9f8b52d1b765eeaabd38b7e642bb41333a75dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$OpenBSD: patch-services_device_serial_BUILD_gn,v 1.7 2021/09/01 16:54:40 robert Exp $
Index: services/device/serial/BUILD.gn
--- services/device/serial/BUILD.gn.orig
+++ services/device/serial/BUILD.gn
@@ -83,6 +83,13 @@ if (is_win || ((is_linux || is_chromeos) && use_udev)
]
}
+ if (is_openbsd) {
+ sources -= [
+ "serial_device_enumerator_linux.cc",
+ "serial_device_enumerator_linux.h"
+ ]
+ }
+
if (use_udev) {
deps += [ "//device/udev_linux" ]
}
|