forked from mirrors/nixpkgs
* 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:
parent
60510f2145
commit
0648ceff32
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue