mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
11 lines
336 B
Text
11 lines
336 B
Text
--- device/gamepad/BUILD.gn.orig 2022-11-30 08:12:58 UTC
|
|
+++ 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",
|