Remove SDL from Externals.

This commit is contained in:
Jordan Woyak
2014-05-04 19:41:02 -05:00
parent 4321951987
commit 9af18d1b96
144 changed files with 11 additions and 51795 deletions

View File

@ -22,7 +22,6 @@
#endif
#if defined(HAVE_X11) && HAVE_X11
#define CIFACE_USE_XLIB
#define CIFACE_USE_SDL
#if defined(HAVE_X11_XINPUT2) && HAVE_X11_XINPUT2
#define CIFACE_USE_X11_XINPUT2
#endif
@ -33,6 +32,9 @@
#ifdef ANDROID
#define CIFACE_USE_ANDROID
#endif
#if defined(HAVE_SDL) && HAVE_SDL
#define CIFACE_USE_SDL
#endif
using namespace ciface::Core;