13 lines
343 B
Text
13 lines
343 B
Text
|
Index: device/gamepad/BUILD.gn
|
||
|
--- device/gamepad/BUILD.gn.orig
|
||
|
+++ device/gamepad/BUILD.gn
|
||
|
@@ -98,7 +98,7 @@ component("gamepad") {
|
||
|
"hid_writer_linux.cc",
|
||
|
"hid_writer_linux.h",
|
||
|
]
|
||
|
- if (use_udev) {
|
||
|
+ if (use_udev && !is_bsd) {
|
||
|
sources += [
|
||
|
"gamepad_device_linux.cc",
|
||
|
"gamepad_device_linux.h",
|