diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 6d789eac9f..3145ffcdce 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -209,6 +209,7 @@ if [ "$HAVE_DYLIB" = 'no' ] && [ "$HAVE_DYNAMIC" = 'yes' ]; then fi check_pkgconf ALSA alsa +check_lib CACA -lcaca check_header OSS sys/soundcard.h check_header OSS_BSD soundcard.h check_lib OSS_LIB -lossaudio diff --git a/qb/config.params.sh b/qb/config.params.sh index 3a338d8872..cb732e6448 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -1,3 +1,4 @@ +HAVE_CACA=no # Libcaca support HAVE_LIBRETRODB=yes # Libretrodb support HAVE_RGUI=yes # RGUI menu HAVE_MATERIALUI=auto # MaterialUI menu