From b945cfbbf9412c383d507014cb6c2539eded9c18 Mon Sep 17 00:00:00 2001 From: bparker06 Date: Thu, 13 Jun 2019 11:56:19 -0400 Subject: [PATCH] Update config.params.sh --- qb/config.params.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index 157ca0117a..cc476f7e88 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -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