Enabling x11Support in SDL. I think I had committed in error the x11Support = false at some point.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24613
This commit is contained in:
Lluís Batlle i Rossell 2010-11-07 21:17:23 +00:00
parent f4f84af4ab
commit 7f6469fd44

View file

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