Loading
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