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 #10087

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

martymac
Copy link
Contributor

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

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
@slouken slouken merged commit f8ad4ab into libsdl-org:main Jun 22, 2024
39 checks passed
@slouken
Copy link
Collaborator

slouken commented Jun 22, 2024

Merged, thanks!

@martymac
Copy link
Contributor Author

Thanks!

@martymac
Copy link
Contributor Author

Hmmm, can you cherry-pick that commit to SDL2 branch too ? Or do you want me to send another MR ?

martymac added a commit to martymac/SDL that referenced this pull request Jun 22, 2024
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

I have opened a dedicated MR for SDL2 branch. Thanks!

slouken pushed a commit that referenced this pull request Jun 23, 2024
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
slouken pushed a commit that referenced this pull request Jun 23, 2024
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

(cherry picked from commit ab5740b)
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.

None yet

2 participants