mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-04-01 14:21:57 +00:00
Merge pull request #8967 from libretro/bparker06-patch-1
Auto-detect libcaca and libsixel at compile time
This commit is contained in:
commit
794f0ee153
@ -4,8 +4,8 @@ HAVE_BIN_DIR= # Binary install directory (Deprecated)
|
||||
HAVE_MAN_DIR= # Manpage install directory (Deprecated)
|
||||
HAVE_OPENGLES_LIBS= # Link flags for custom GLES library
|
||||
HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library
|
||||
HAVE_CACA=no # Libcaca support
|
||||
HAVE_SIXEL=no # Libsixel support
|
||||
HAVE_CACA=auto # Libcaca support
|
||||
HAVE_SIXEL=auto # Libsixel support
|
||||
HAVE_DEBUG=no # Enable a debug build
|
||||
HAVE_LIBRETRODB=yes # Libretrodb support
|
||||
HAVE_MENU=yes # Enable menu drivers
|
||||
|
Loading…
x
Reference in New Issue
Block a user