forked from mirrors/nixpkgs
irrlicht: link to X11 libs explicitly
This allows applications that require irrlicht to depend on the X libraries implicitly rather than explicitly.
This commit is contained in:
parent
a49c2366ef
commit
c14bf4f2b1
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildPhase = ''
|
||||
make sharedlib NDEBUG=1
|
||||
make sharedlib NDEBUG=1 "LDFLAGS=-lX11 -lGL -lXxf86vm"
|
||||
'';
|
||||
|
||||
preInstall = ''
|
||||
|
|
Loading…
Reference in a new issue