mirror of https://github.com/ArduPilot/ardupilot
wscript: Add configure option for SFML joystick
This commit is contained in:
parent
58ee8f62e2
commit
350fe3ed8d
4
wscript
4
wscript
|
@ -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…
Reference in New Issue