mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +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
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, sourceFromHead, autoconf, automake, libtool
|
||||
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
||||
, libiec61883, libraw1394, libsndfile, libvorbis, libogg, libjpeg
|
||||
, libtiff, freetype, mjpegtools, x264, gettext, openexr, esound
|
||||
, libtiff, freetype, mjpegtools, x264, gettext, openexr, esound
|
||||
, libXext, libXxf86vm, libXv, libXi, libX11, xextproto, libtheora, libpng
|
||||
, libdv, libuuid, file, nasm, perl }:
|
||||
|
||||
@ -26,8 +26,6 @@ stdenv.mkDerivation {
|
||||
./autogen.sh
|
||||
sed -i -e "s@/usr/bin/file@${file}/bin/file@" ./configure
|
||||
'';
|
||||
|
||||
configureFlags = [ "--enable-freetype2" ];
|
||||
|
||||
buildInputs =
|
||||
[ automake
|
||||
|
Loading…
Reference in New Issue
Block a user