ftgl: making it link to GL properly.

Its shared objects require mesa symbols of gl and glu.
wip/yesman
Lluís Batlle i Rossell 12 years ago
parent 0f7dee47a1
commit d190975896
  1. 2
      pkgs/development/libraries/ftgl/2.1.2.nix

@ -13,6 +13,8 @@ stdenv.mkDerivation {
buildInputs = [freetype mesa];
NIX_LDFLAGS = "-lGLU -lGL";
patches = [ ./gcc.patch ];
configureFlags = "--enable-shared";

Loading…
Cancel
Save