I also had forgot to enable opengl support in SDL.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24616
This commit is contained in:
Lluís Batlle i Rossell 2010-11-07 21:55:01 +00:00
parent 7f6469fd44
commit 6e1659b7d1

View File

@ -3813,7 +3813,7 @@ let
schroedinger = callPackage ../development/libraries/schroedinger { };
SDL = callPackage ../development/libraries/SDL {
openglSupport = false; #mesaSupported;
openglSupport = mesaSupported;
alsaSupport = true;
x11Support = true;
pulseaudioSupport = false; # better go through ALSA