From a23a60d1ea401dbcecb5723591bce4bb8fedee26 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 20 Mar 2019 13:37:22 +1100 Subject: [PATCH] wscript: add option to enable sfml audio --- wscript | 4 ++++ 1 file changed, 4 insertions(+) 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,