0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-04 05:45:20 +00:00

Odin: Actually build cores, and exclude ones that dont build. (#1752)

This commit is contained in:
GavinDarkglider
2022-10-09 13:34:19 -07:00
committed by Tomáš Kelemen (vudiq)
parent 6532b9d113
commit d6c7186c07
2 changed files with 4 additions and 5 deletions
distributions/Lakka
projects/Ayn/devices/Odin

@ -379,8 +379,10 @@
#Remove xpadneo from L4T builds
ADDITIONAL_PACKAGES="${ADDITIONAL_PACKAGES//xpadneo/}"
elif [ "${PROJECT}" = "Ayn" -a "${DEVICE}" = "Odin" ]; then
EXCLUDE_LIBRETRO_CORES+=" lr_moonlight"
elif [ "${OPENGLES_SUPPORT}" = "yes" ]; then
EXCLUDE_LIBRETRO_CORES+=" picodrive lr_moonlight kronos play same_cdi"
fi
if [ "${OPENGLES_SUPPORT}" = "yes" ]; then
#Core doesnt work with OPENGLES builds, as nanogui doesnt have support for that
#Mental note fix OPENGLES in moonlight core gui/renderer.
EXCLUDE_LIBRETRO_CORES+=" lr_moonlight"

@ -14,9 +14,6 @@ esac
#ADDITIONAL_PACKAGES+="xdotool" #Will be needed with dock, which I dont have.
# Comment this line to build retroarch cores. At this point it is a waste of time to build them.
LIBRETRO_CORES="dolphin"
if [ "${DISTRO}" = "Lakka" ]; then
ADDITIONAL_PACKAGES+=" mergerfs"
fi