mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
f4f84af4ab
commit
7f6469fd44
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue