From 350fe3ed8db6c29ee2e0b5af7988a85a298492d9 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Thu, 12 Nov 2020 14:13:15 -0700 Subject: [PATCH] wscript: Add configure option for SFML joystick --- wscript | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wscript b/wscript index 7f545628d8..bb76163f74 100644 --- a/wscript +++ b/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")