mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
I also had forgot to enable opengl support in SDL.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24616
This commit is contained in:
parent
7f6469fd44
commit
6e1659b7d1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue