mirror of
https://github.com/libretro/RetroArch
synced 2025-03-05 01:14:31 +00:00
Merge pull request #5350 from psyke83/rpi-stretch
config.libs.sh: fix Raspberry Pi library names
This commit is contained in:
commit
d92458c554
@ -47,7 +47,7 @@ if [ "$HAVE_VIDEOCORE" = 'yes' ]; then
|
||||
[ -d /opt/vc/include/interface/vcos/pthreads ] && add_include_dirs /opt/vc/include/interface/vcos/pthreads
|
||||
[ -d /opt/vc/include/interface/vmcs_host/linux ] && add_include_dirs /opt/vc/include/interface/vmcs_host/linux
|
||||
HAVE_OPENGLES='auto'
|
||||
EXTRA_GL_LIBS="-lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm"
|
||||
EXTRA_GL_LIBS="-lbrcmEGL -lbrcmGLESv2 -lbcm_host -lvcos -lvchiq_arm"
|
||||
fi
|
||||
|
||||
if [ "$HAVE_NEON" = "yes" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user