forked from mirrors/nixpkgs
ftgl: making it link to GL properly.
Its shared objects require mesa symbols of gl and glu.
This commit is contained in:
parent
0f7dee47a1
commit
d190975896
|
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [freetype mesa];
|
||||
|
||||
NIX_LDFLAGS = "-lGLU -lGL";
|
||||
|
||||
patches = [ ./gcc.patch ];
|
||||
|
||||
configureFlags = "--enable-shared";
|
||||
|
|
Loading…
Reference in a new issue