ptitSeb
Serial Porter
If this version uses gl4es and regular dektop GL, no, no special flags needed (don't forget to package libGL.so.1 that may not be automaticaly picked up by copy_libs.sh, has this one is dlopen'ed).
If it use shaders and GLES, than yes, you need some special flags (SDL_VIDEO_GLES2=1 SDL_VIDEO_GL_DRIVER=libGLESv2.so).
If it use shaders and GLES, than yes, you need some special flags (SDL_VIDEO_GLES2=1 SDL_VIDEO_GL_DRIVER=libGLESv2.so).