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
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchgit, sourceFromHead, autoconf, automake, libtool
|
{ stdenv, fetchgit, sourceFromHead, autoconf, automake, libtool
|
||||||
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
||||||
, libiec61883, libraw1394, libsndfile, libvorbis, libogg, libjpeg
|
, 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
|
, libXext, libXxf86vm, libXv, libXi, libX11, xextproto, libtheora, libpng
|
||||||
, libdv, libuuid, file, nasm, perl }:
|
, libdv, libuuid, file, nasm, perl }:
|
||||||
|
|
||||||
@ -26,8 +26,6 @@ stdenv.mkDerivation {
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user