Request for improvements for gameSever/CMakeLists.txt for easy seperate build without base game for Arch Linux
Sat, 2025-05-10 13:11
Hello! I'm currently trying to do a split package for hedgewars and its server component for Arch Linux so as to resolve the burden of having to install haskell dependencies which are required only by the server and more importantly having to update the game repeatedly for haskell updates and reduce burden on maintainers.
There's been currently progress happening on this and we would like to request an update for gameServer/CMakeLists.txt so that the server can be built independently without the base game.
Technically, I can currently create a split package for the server by patching the CMakeLists file myself but we think it would be better if the changes were to be upstreamed so that maintainer burdenship is reduced on our part.
Thank you.