ftgl: add --with-ft-prefix for finding freetype
freetype-config is not in PATH when cross-compiling. We need to provide our own.
This commit is contained in:
parent
bedd47ed4b
commit
7887d50ae4
@ -18,6 +18,8 @@ stdenv.mkDerivation {
|
|||||||
[ libGL libGLU ])
|
[ libGL libGLU ])
|
||||||
;
|
;
|
||||||
|
|
||||||
|
configureFlags = [ "--with-ft-prefix=${stdenv.lib.getDev freetype}" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user