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];
|
buildInputs = [freetype mesa];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = "-lGLU -lGL";
|
||||||
|
|
||||||
patches = [ ./gcc.patch ];
|
patches = [ ./gcc.patch ];
|
||||||
|
|
||||||
configureFlags = "--enable-shared";
|
configureFlags = "--enable-shared";
|
||||||
|
Loading…
Reference in New Issue
Block a user