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 {
|
configureFlags = configureFlagsFun {
|
||||||
alsaSupport = stdenv.cross.libc != "msvcrt";
|
alsaSupport = stdenv.cross.libc != "msvcrt";
|
||||||
alsaLib = alsaLib.crossDrv;
|
alsaLib = alsaLib.crossDrv;
|
||||||
} + "--disable-directx";
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {inherit openglSupport;};
|
passthru = {inherit openglSupport;};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user