* 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
+3 -2
View File
@@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
stdenv.lib.optional pngSupport libpng; stdenv.lib.optional pngSupport libpng;
configureFlags = configureFlags =
stdenv.lib.optional xcbSupport "--enable-xcb" ++ [ "--enable-tee" ]
stdenv.lib.optional pdfSupport "--enable-pdf"; ++ stdenv.lib.optional xcbSupport "--enable-xcb"
++ stdenv.lib.optional pdfSupport "--enable-pdf";
preConfigure = '' preConfigure = ''
# Work around broken `Requires.private' that prevents Freetype # Work around broken `Requires.private' that prevents Freetype