* Enable the "tee" backend in Cairo. Apparently Firefox 4.0 needs

this.

svn path=/nixpkgs/branches/x-updates/; revision=26312
This commit is contained in:
Eelco Dolstra 2011-03-15 09:25:08 +00:00
parent 60510f2145
commit 0648ceff32

View file

@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
stdenv.lib.optional pngSupport libpng;
configureFlags =
stdenv.lib.optional xcbSupport "--enable-xcb" ++
stdenv.lib.optional pdfSupport "--enable-pdf";
[ "--enable-tee" ]
++ stdenv.lib.optional xcbSupport "--enable-xcb"
++ stdenv.lib.optional pdfSupport "--enable-pdf";
preConfigure = ''
# Work around broken `Requires.private' that prevents Freetype