retroarch picks up libcaca by default, so explicitly disable it.

From Ryan Freeman; implicit dependency build breakage noticed by naddy@
This commit is contained in:
bentley 2022-06-23 11:23:19 +00:00
parent e96f31f4c2
commit c25d7e47fe
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ PKGNAME = retroarch-${GH_TAGNAME:S/v//}
GH_ACCOUNT = libretro
GH_PROJECT = RetroArch
GH_TAGNAME = v1.10.3
REVISION = 0
CATEGORIES = emulators
@ -50,6 +51,7 @@ CONFIGURE_ARGS = --disable-discord \
--disable-pulse \
--disable-oss \
--disable-v4l2 \
--disable-caca \
--enable-al
NO_TEST = Yes