It looks like the Objective C support needed to build MFI controller code is in 10.8
diff --git a/configure b/configure
index e6ff5fe..86922cd 100755
--- a/configure
+++ b/configure
@@ -23170,7 +23170,7 @@ $as_echo_n "checking for GameController framework... " >&6; }
#include <TargetConditionals.h>
#import <GameController/GameController.h>
- #if MAC_OS_X_VERSION_MIN_REQUIRED < 1090
+ #if MAC_OS_X_VERSION_MIN_REQUIRED < 1080
#error GameController framework doesn't work on this configuration
#endif
#if TARGET_CPU_X86
diff --git a/configure.ac b/configure.ac
index 5432bd5..be72724 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2809,7 +2809,7 @@ AS_HELP_STRING([--enable-joystick-mfi], [include macOS MFI joystick support [[de
#include <TargetConditionals.h>
#import <GameController/GameController.h>
- #if MAC_OS_X_VERSION_MIN_REQUIRED < 1090
+ #if MAC_OS_X_VERSION_MIN_REQUIRED < 1080
#error GameController framework doesn't work on this configuration
#endif
#if TARGET_CPU_X86