SDL2: exclude mesa dependency on darwin
This commit is contained in:
parent
061f3a192d
commit
4062535a3e
@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
dlopenPropagatedBuildInputs = [ ]
|
||||
# Propagated for #include <GLES/gl.h> in SDL_opengles.h.
|
||||
++ lib.optional openglSupport libGL
|
||||
++ lib.optional (openglSupport && !stdenv.isDarwin) libGL
|
||||
# Propagated for #include <X11/Xlib.h> and <X11/Xatom.h> in SDL_syswm.h.
|
||||
++ lib.optionals x11Support [ libX11 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user