* 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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user