glu: fix the pkg-config file (fixes #14260)
This commit is contained in:
parent
b4e2172ad4
commit
a7d34e0c13
@ -7,6 +7,9 @@ stdenv.mkDerivation rec {
|
||||
url = "ftp://ftp.freedesktop.org/pub/mesa/glu/${name}.tar.bz2";
|
||||
sha256 = "04nzlil3a6fifcmb95iix3yl8mbxdl66b99s62yzq8m7g79x0yhz";
|
||||
};
|
||||
postPatch = ''
|
||||
echo 'Cflags: -I''${includedir}' >> glu.pc.in
|
||||
'';
|
||||
|
||||
buildInputs = [ pkgconfig ];
|
||||
propagatedBuildInputs = [ mesa_noglu ];
|
||||
|
Loading…
Reference in New Issue
Block a user