Author: chaoflow
Date: Wed Jun 22 22:23:57 2011
New Revision: 27529
URL: https://svn.nixos.org/websvn/nix/?rev=27529&sc=1

Log:
cinelerra-git: let pkgconfig handle freetype and its -I flags

Modified:
   nixpkgs/trunk/pkgs/applications/video/cinelerra/default.nix

Modified: nixpkgs/trunk/pkgs/applications/video/cinelerra/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/video/cinelerra/default.nix Wed Jun 22 
22:23:54 2011        (r27528)
+++ nixpkgs/trunk/pkgs/applications/video/cinelerra/default.nix Wed Jun 22 
22:23:57 2011        (r27529)
@@ -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 @@
     ./autogen.sh
     sed -i -e "s@/usr/bin/file@${file}/bin/file@" ./configure
   '';
-  
-  configureFlags = [ "--enable-freetype2" ];
 
   buildInputs =
     [ automake
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to