Bithack / principia

Open source physics-based sandbox game.
https://principia-web.se
Other
259 stars 25 forks source link

Add missing SDL dependencies for Debian-based distros #56

Closed pajlada closed 1 year ago

pajlada commented 1 year ago

Tested on:

Fixes #54

pajlada commented 1 year ago

Tested on all relevant distro versions now

This error could've been caught easier if configure.ac was used to grab the SDL2 include path & error early. Once this PR has been merged in I'll work on another PR that solves doesn't hardcode SDL2 include paths.