Skip to content

Instantly share code, notes, and snippets.

@jeffgriffin
Created March 15, 2013 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffgriffin/5167210 to your computer and use it in GitHub Desktop.
Save jeffgriffin/5167210 to your computer and use it in GitHub Desktop.
if [ "$DISPLAYSERVER" = "xorg-server" ]; then
SDL_SUPPORT="yes"
else
SDL_SUPPORT="no"
fi
#..some other things happen...
if [ "$SDL_SUPPORT" = no ]; then
JOYSTICK_SUPPORT="no"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment