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

Remove the equivalent of sdl2.m4 #6639

Closed
icculus opened this issue Nov 26, 2022 · 0 comments · Fixed by #6678
Closed

Remove the equivalent of sdl2.m4 #6639

icculus opened this issue Nov 26, 2022 · 0 comments · Fixed by #6678

Comments

@icculus
Copy link
Collaborator

icculus commented Nov 26, 2022

Remove the equivalent of sdl2.m4 (AM_PATH_SDL2), document PKG_CHECK_MODULES([SDL3], [sdl3]) as the recommendation for Autotools users.

CMake users should continue to use find_package(SDL3) and SDL3::SDL3 (or SDL3::SDL3-static), no change there except for replacing 2 with 3.

Remove the equivalent of sdl2-config, document pkg-config sdl3 as the direct replacement (but Autotools users should prefer PKG_CHECK_MODULES, and artisanal hand-crafted makefiles/scripts should check $PKG_CONFIG and use that if set, falling back to pkg-config if unset).

Originally posted by @smcv in #3519 (comment)

(This might be in progress on other open issues, in which case just close this, I'm just splitting out the "Ideas for SDL 3" megathread. --ryan.)

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 a pull request may close this issue.

1 participant