Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix joystick (/dev/input/xxx) support on FreeBSD #10088

Merged
merged 1 commit into from
Jun 23, 2024

Conversation

martymac
Copy link
Contributor

Backport f8ad4ab from main branch.

When switching to CMake, src/joystick/linux/SDL_sysjoystick.c file got excluded from FreeBSD builds, losing support for /dev/input/xxx devices.

See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279907
and: #10087

Backport f8ad4ab from main branch.

When switching to CMake, src/joystick/linux/SDL_sysjoystick.c file got
excluded from FreeBSD builds, losing support for /dev/input/xxx devices.

See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279907
and: libsdl-org#10087
@martymac
Copy link
Contributor Author

Hello again, this is a followup to :
#10087

The same patch can be applied to SDL2 branch too.

@slouken slouken merged commit ab5740b into libsdl-org:SDL2 Jun 23, 2024
37 checks passed
@slouken
Copy link
Collaborator

slouken commented Jun 23, 2024

Merged, thanks! This is also cherry-picked out for the next release.

@martymac
Copy link
Contributor Author

Thanks a lot!

Have a nice week-end,
Ganael

@slouken
Copy link
Collaborator

slouken commented Jun 23, 2024

You too! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants