3
0
Fork 0
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:
aszlig 2014-03-03 22:36:43 +01:00
parent e64b342fa8
commit a3cf381435
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
configureFlags = configureFlagsFun {
alsaSupport = stdenv.cross.libc != "msvcrt";
alsaLib = alsaLib.crossDrv;
} + "--disable-directx";
};
};
passthru = {inherit openglSupport;};