I can't get the PND to read the .residualvmrc config file in your latest PND
case $_backend in
openpandora)
# Only enable OpenGL ES on the OpanPandora if --enable-opengl is passed in explicitly.
if test "$_opengl" = yes ; then
_opengl=yes
_opengles=yes
OPENGL_LIBS="-lGLES_CM -lEGL -lX11"
OPENGL_CFLAGS="$OPENGL_LIBS"
LIBS="$LIBS $OPENGL_LIBS"
INCLUDES="$INCLUDES $OPENGL_CFLAGS"
fi
;;
esac