mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
11 lines
336 B
Text
11 lines
336 B
Text
--- device/gamepad/BUILD.gn.orig 2023-11-03 10:09:45 UTC
|
|
+++ device/gamepad/BUILD.gn
|
|
@@ -99,7 +99,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",
|