SDL: propagate Cocoa dependency on darwin
This commit is contained in:
parent
50f94c2751
commit
ca535e4c1f
@ -37,12 +37,13 @@ stdenv.mkDerivation rec {
|
|||||||
optional alsaSupport alsaLib ++
|
optional alsaSupport alsaLib ++
|
||||||
optional stdenv.isLinux libcap ++
|
optional stdenv.isLinux libcap ++
|
||||||
optional openglSupport mesa ++
|
optional openglSupport mesa ++
|
||||||
optional pulseaudioSupport libpulseaudio;
|
optional pulseaudioSupport libpulseaudio ++
|
||||||
|
optional stdenv.isDarwin Cocoa;
|
||||||
|
|
||||||
buildInputs = let
|
buildInputs = let
|
||||||
notMingw = !(stdenv ? cross) || stdenv.cross.libc != "msvcrt";
|
notMingw = !(stdenv ? cross) || stdenv.cross.libc != "msvcrt";
|
||||||
in optional notMingw audiofile
|
in optional notMingw audiofile
|
||||||
++ optionals stdenv.isDarwin [ OpenGL CoreAudio CoreServices AudioUnit Kernel Cocoa ];
|
++ optionals stdenv.isDarwin [ OpenGL CoreAudio CoreServices AudioUnit Kernel ];
|
||||||
|
|
||||||
# XXX: By default, SDL wants to dlopen() PulseAudio, in which case
|
# XXX: By default, SDL wants to dlopen() PulseAudio, in which case
|
||||||
# we must arrange to add it to its RPATH; however, `patchelf' seems
|
# we must arrange to add it to its RPATH; however, `patchelf' seems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user