mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
cinelerra-git: let pkgconfig handle freetype and its -I flags
svn path=/nixpkgs/trunk/; revision=27529
This commit is contained in:
parent
8704e8d7bf
commit
453be2fc62
@ -27,8 +27,6 @@ stdenv.mkDerivation {
|
|||||||
sed -i -e "s@/usr/bin/file@${file}/bin/file@" ./configure
|
sed -i -e "s@/usr/bin/file@${file}/bin/file@" ./configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--enable-freetype2" ];
|
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ automake
|
[ automake
|
||||||
autoconf libtool pkgconfig file
|
autoconf libtool pkgconfig file
|
||||||
|
Loading…
Reference in New Issue
Block a user