http://wiki.winehq.org/RegressionTesting
to find the problem that stopped a series of my games from working, but when I run
Code: Select all
CC="ccache gcc" ./configure --verbose
"configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported."
I know the games that I'm trying to fix use DirectX, so I can't proceed without fixing this problem. I've also tried
Code: Select all
sudo apt-get build-dep wine wine-dev