SDL2: disable sdltest on darwin
Darwin headless will hang when trying to run the SDL test program.
This commit is contained in:
@@ -55,7 +55,8 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--disable-oss"
|
||||
] ++ optional (!x11Support) "--without-x"
|
||||
++ optional alsaSupport "--with-alsa-prefix=${alsaLib.out}/lib";
|
||||
++ optional alsaSupport "--with-alsa-prefix=${alsaLib.out}/lib"
|
||||
++ optional stdenv.isDarwin "--disable-sdltest";
|
||||
|
||||
postInstall = ''
|
||||
moveToOutput lib/libSDL2main.a "$dev"
|
||||
|
||||
Reference in New Issue
Block a user