forked from mirrors/nixpkgs
SDL/cross: Drop --disable-directx.
This is no longer needed, because we've already fixed the dynamic cross-linker. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
e64b342fa8
commit
a3cf381435
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = configureFlagsFun {
|
||||
alsaSupport = stdenv.cross.libc != "msvcrt";
|
||||
alsaLib = alsaLib.crossDrv;
|
||||
} + "--disable-directx";
|
||||
};
|
||||
};
|
||||
|
||||
passthru = {inherit openglSupport;};
|
||||
|
|
Loading…
Reference in a new issue