revery-ui / esy-sdl2

Esy-enabled build for SDL2
zlib License
5 stars 9 forks source link

Fix build on Fedora37 #22

Closed edwintorok closed 1 year ago

edwintorok commented 1 year ago

Fixes https://github.com/revery-ui/esy-sdl2/issues/21

edwintorok commented 1 year ago

Upgrading to a new SDL2 seems complicated because this repo and original SDL2 do not share history so git can't figure out how to merge it, so I've cherry-picked just the 2 commits related to the wayland fix and it at least builds now.

edwintorok commented 1 year ago

Also related to https://github.com/revery-ui/revery/issues/1094

Et7f3 commented 1 year ago

do not share history so git can't figure out how to merge it

Yeah that unfortunate you still have date time to know around which commit it is.

Et7f3 commented 1 year ago

Thanks for those I will try to update esy-sdl with git history so it is easier to track

Et7f3 commented 1 year ago

Oops I rebased and we don't see you are the committer 😓

Et7f3 commented 1 year ago

I began to reconcile the tree in this branch https://github.com/revery-ui/esy-sdl2/tree/git I haven't done history between 2.0.10 and 2.0.14. I will do another round to fix history between and will use it in revery.