wscript: Add configure option for SFML joystick

This commit is contained in:
Michael du Breuil 2020-11-12 14:13:15 -07:00 committed by Peter Barker
parent 58ee8f62e2
commit 350fe3ed8d
1 changed files with 4 additions and 0 deletions

View File

@ -188,6 +188,10 @@ configuration in order to save typing.
default=False,
help="Enable SFML graphics library")
g.add_option('--enable-sfml-joystick', action='store_true',
default=False,
help="Enable SFML joystick input library")
g.add_option('--enable-sfml-audio', action='store_true',
default=False,
help="Enable SFML audio library")