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/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
|
[ -d /opt/vc/include/interface/vmcs_host/linux ] && add_include_dirs /opt/vc/include/interface/vmcs_host/linux
|
||||||
HAVE_OPENGLES='auto'
|
HAVE_OPENGLES='auto'
|
||||||
EXTRA_GL_LIBS="-lEGL -lGLESv2 -lbcm_host -lvcos -lvchiq_arm"
|
EXTRA_GL_LIBS="-lbrcmEGL -lbrcmGLESv2 -lbcm_host -lvcos -lvchiq_arm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_NEON" = "yes" ]; then
|
if [ "$HAVE_NEON" = "yes" ]; then
|
||||||
|
|
Loading…
Reference in New Issue