Currently when trying to compile Stratagus with an Arm processor, compilation of libpng will fail.
Libpng is a dependency of SDL_Image.
I have tried manually removing libpng from the dependencies and cloning the latest version. This fixes the issue.
The latest SDL_Image has updated libpng to 1.6.47, so I have tried to bump the version of SDL_Image in the dependencies repo, but I do not know the correct way to go about it.
Do I just remove the existing directory and clone a new version in?
Any information or guidance on how to bump dependencies would be appreciated.
Currently when trying to compile Stratagus with an Arm processor, compilation of
libpngwill fail.Libpng is a dependency of
SDL_Image.I have tried manually removing
libpngfrom the dependencies and cloning the latest version. This fixes the issue.The latest
SDL_Imagehas updatedlibpngto1.6.47, so I have tried to bump the version of SDL_Image in the dependencies repo, but I do not know the correct way to go about it.Do I just remove the existing directory and clone a new version in?
Any information or guidance on how to bump dependencies would be appreciated.