From 97d98b87cefa07bf72c7a09b944ecab8182506e1 Mon Sep 17 00:00:00 2001 From: Conn O'Griofa Date: Sun, 20 Aug 2017 06:42:59 +0100 Subject: [PATCH] config.libs.sh: fix Raspberry Pi library names --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index db496b01cf..1031488fd8 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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