Merge pull request #492 from fewtarius/dev

Set LIBGL_DRIVERS_PATH for 32bit retroarch.
This commit is contained in:
fewtarius 2022-09-11 18:09:11 -04:00 committed by GitHub
commit 449f2bf53a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@ PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="libretro"
PKG_SHORTDESC="PCSX2 core for RetroArch."
PKG_BUILD_FLAGS="-lto"
if [ ! "${OPENGL}" = "no" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGL} glu libglvnd"

View file

@ -327,7 +327,8 @@ else
[[ "${CORE}" =~ gpsp ]] || \
[[ "${CORE}" =~ flycast32 ]]
then
RABIN="retroarch32"
export LIBGL_DRIVERS_PATH="/usr/lib32/dri"
export RABIN="retroarch32"
fi
fi