diff --git a/config.def.h b/config.def.h index aea0ccc580..3566bb1e4f 100644 --- a/config.def.h +++ b/config.def.h @@ -317,6 +317,8 @@ enum #define MENU_DEFAULT_DRIVER MENU_RMENU #elif defined(HAVE_RMENU_XUI) #define MENU_DEFAULT_DRIVER MENU_RMENU_XUI +#elif defined(MAC_OS_X_VERSION_10_6) +#define MENU_DEFAULT_DRIVER MENU_XMB #elif defined(IOS) || defined(ANDROID) || defined(__CELLOS_LV2__) #define MENU_DEFAULT_DRIVER MENU_GLUI #else