Merge pull request #492 from fewtarius/dev
Set LIBGL_DRIVERS_PATH for 32bit retroarch.
This commit is contained in:
commit
449f2bf53a
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -327,7 +327,8 @@ else
|
|||
[[ "${CORE}" =~ gpsp ]] || \
|
||||
[[ "${CORE}" =~ flycast32 ]]
|
||||
then
|
||||
RABIN="retroarch32"
|
||||
export LIBGL_DRIVERS_PATH="/usr/lib32/dri"
|
||||
export RABIN="retroarch32"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue