Browse Source

wscript: Add configure option for SFML joystick

zr-v5.1
Michael du Breuil 4 years ago committed by Peter Barker
parent
commit
350fe3ed8d
  1. 4
      wscript

4
wscript

@ -188,6 +188,10 @@ configuration in order to save typing. @@ -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")

Loading…
Cancel
Save