In the previous installation Love was working perfectly with no problem at all, but now after compiling and installing all the required packages, when I try to run a simple
Code: Select all
function love.draw(){
love.graphics.print("Hello world!", 100, 100)
}
Code: Select all
Unable to create OpenGL window
This program requires a graphics card and video drivers which support OpenGL 2.1 or OpenGL ES 2.
SDL window creation error: SDL not configured with OpenGL/GLX support
Thanks for the answer!