mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: use --enable-sfml for graphics
This commit is contained in:
parent
0af83f9364
commit
b527dce08d
@ -319,7 +319,7 @@ def do_build_waf(opts, frame_options):
|
|||||||
cmd_configure.append("--debug")
|
cmd_configure.append("--debug")
|
||||||
|
|
||||||
if opts.OSD:
|
if opts.OSD:
|
||||||
cmd_configure.append("--enable-osd")
|
cmd_configure.append("--enable-sfml")
|
||||||
|
|
||||||
pieces = [shlex.split(x) for x in opts.waf_configure_args]
|
pieces = [shlex.split(x) for x in opts.waf_configure_args]
|
||||||
for piece in pieces:
|
for piece in pieces:
|
||||||
|
4
wscript
4
wscript
@ -138,9 +138,9 @@ configuration in order to save typing.
|
|||||||
default=False,
|
default=False,
|
||||||
help="Disable compilation and test execution")
|
help="Disable compilation and test execution")
|
||||||
|
|
||||||
g.add_option('--enable-osd', action='store_true',
|
g.add_option('--enable-sfml', action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help="Enable OSD display")
|
help="Enable SFML graphics library")
|
||||||
|
|
||||||
g.add_option('--static',
|
g.add_option('--static',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
Loading…
Reference in New Issue
Block a user