mirror of
https://github.com/libretro/RetroArch
synced 2025-02-27 18:41:01 +00:00
Add libcaca switch
This commit is contained in:
parent
ba54f20626
commit
83c6db746e
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
HAVE_CACA=no # Libcaca support
|
||||
HAVE_LIBRETRODB=yes # Libretrodb support
|
||||
HAVE_RGUI=yes # RGUI menu
|
||||
HAVE_MATERIALUI=auto # MaterialUI menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user