Merge pull request #8967 from libretro/bparker06-patch-1

Auto-detect libcaca and libsixel at compile time
This commit is contained in:
Twinaphex 2019-06-13 18:01:17 +02:00 committed by GitHub
commit 794f0ee153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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