Exclude SDL for C89_BUILD

This commit is contained in:
twinaphex 2016-04-18 03:23:47 +02:00
parent acf9f7aad1
commit faa3e3557c
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
/* Used when we call deactivate() since just unbinding
* the program didn't seem to work... */
static const char *stock_cg_gl_program =
"struct input"
"{"

View File

@ -6,6 +6,7 @@ HAVE_XMB=auto # XMB menu
HAVE_ZAHNRAD=no # Zahnrad menu
HAVE_DYNAMIC=yes # Dynamic loading of libretro library
HAVE_SDL=auto # SDL support
C89_SDL=no
HAVE_SDL2=auto # SDL2 support (disables SDL 1.x)
C89_SDL2=no
HAVE_LIBUSB=auto # Libusb HID support