diff --git a/qb/config.libs.sh b/qb/config.libs.sh index eaf3fbc3af..8c0db99185 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -80,9 +80,9 @@ if [ "$HAVE_EGL" != "no" ]; then if [ "$HAVE_EGL" = "no" ]; then HAVE_EGL=auto && check_lib EGL "-lEGL $EXTRA_GL_LIBS" [ "$HAVE_EGL" = "yes" ] && EGL_LIBS=-lEGL - else + else EGL_LIBS="$EGL_LIBS $EXTRA_GL_LIBS" - fi + fi fi if [ "$LIBRETRO" ]; then