diff --git a/wscript b/wscript index 523ff79796..b936f9593a 100644 --- a/wscript +++ b/wscript @@ -184,6 +184,10 @@ configuration in order to save typing. default=False, help="Enable SFML graphics library") + g.add_option('--enable-sfml-audio', action='store_true', + default=False, + help="Enable SFML audio library") + g.add_option('--sitl-flash-storage', action='store_true', default=False,