Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
starsector: add missing runtime dependency xrandr
The starsector game is made using LWJGL, which depends on xrandr. The library runs `xrandr -q` and parses its output to get screen resolutions. Thus, if the binary is missing, the game will crash on startup. https://github.com/LWJGL/lwjgl/blob/master/src/java/org/lwjgl/opengl/XRandR.java#L72
- Loading branch information