FreeBSD Bugzilla – Attachment 257658 Details for
Bug 284869
devel/godot-tools the joysticks do not work.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-platform_linuxbsd_detect.py
patch-platform_linuxbsd_detect.py (text/plain), 426 bytes, created by
Chédotal Julien
on 2025-02-19 14:35:09 UTC
(
hide
)
Description:
patch-platform_linuxbsd_detect.py
Filename:
MIME Type:
Creator:
Chédotal Julien
Created:
2025-02-19 14:35:09 UTC
Size:
426 bytes
patch
obsolete
>--- platform/linuxbsd/detect.py.orig 2025-02-19 15:17:58.330499000 +0100 >+++ platform/linuxbsd/detect.py 2025-02-19 15:20:19.837955000 +0100 >@@ -370,7 +370,7 @@ > else: > env.Append(CPPDEFINES=["XKB_ENABLED"]) > >- if platform.system() == "Linux": >+ if platform.system() in ["Linux","FreeBSD"]: > env.Append(CPPDEFINES=["JOYDEV_ENABLED"]) > if env["udev"]: > if not env["use_sowrap"]:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 284869
:
257607
| 257658 |
257659
|
257660