sdl2: update dependencies and version - #4227
Open
cmitu wants to merge 1 commit into
Open
Conversation
This is a re-do of RetroPie#4220, slightly modified to prevent build errors because of Debian package requiring `fcitx-libs-dev`. From RetroPie#4220: Remove `fcitx-libs-dev` on recent Debian/Ubuntu versions, since `fcitx-libs-dev` is for Fcitx 4 and on Debian 12+ or Ubuntu 24.04+ the default input method is fcitx5. Since `fcitx-libs-dev` conflicts with `fcitx5`, `apt` will remove `fcitx5` if SDL2 is build. Also, official Debian 12+ packages for SDL2 no longer use fcitx-libs-dev.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a re-do of #4220 (from @TheRetroMars), slightly modified to prevent build errors because of our Debian package requiring
fcitx-libs-dev(i.e. package control file).From #4220:
Remove
fcitx-libs-devon recent Debian/Ubuntu versions, sincefcitx-libs-devis for Fcitx 4 and on Debian 12+ or Ubuntu 24.04+ the default input method is fcitx5. Sincefcitx-libs-devconflicts withfcitx5,aptwill removefcitx5if SDL2 is build. Also, official Debian 12+ packages for SDL2 no longer use fcitx-libs-dev.NOTE: this needs https://github.com/cmitu/SDL/tree/retropie-2.32.11 to be included in https://github.com/RetroPie/SDL. The branch incorporated the latest fixes from the upstream project
2.32.xbranch as it may not get any version bumps in the near future (see https://discourse.libsdl.org/t/sdl-2-0-future-support/68372)