mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Exclude SDL for C89_BUILD
This commit is contained in:
parent
acf9f7aad1
commit
faa3e3557c
@ -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"
|
||||
"{"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user