SDL_Pango: fix darwin build
(cherry picked from commit 056d7221aadbca98a23fdadb3b2963d43433ac2d)
This commit is contained in:
parent
d25508ce3a
commit
72f3f8cc82
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = "autoreconf -i -f";
|
preConfigure = "autoreconf -i -f";
|
||||||
|
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||||
buildInputs = [ SDL pango ];
|
buildInputs = [ SDL pango ];
|
||||||
|
Loading…
Reference in New Issue
Block a user