Merge pull request #93060 from marsam/fix-sdl2-darwin
SDL2: fix build on darwin
This commit is contained in:
commit
a3389443b3
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
depsBuildBuild = [ pkgconfig ];
|
depsBuildBuild = [ pkgconfig ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wayland ];
|
nativeBuildInputs = [ pkgconfig ] ++ optionals waylandSupport [ wayland ];
|
||||||
|
|
||||||
propagatedBuildInputs = dlopenPropagatedBuildInputs;
|
propagatedBuildInputs = dlopenPropagatedBuildInputs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user