Author: eelco
Date: Fri Apr  1 20:28:01 2011
New Revision: 26666
URL: https://svn.nixos.org/websvn/nix/?rev=26666&sc=1

Log:
* Firefox: don't do --enable-system-cairo for now because it causes
  gradients in tabs and other places in the interface to be missing
  (i.e. entirely white).  Should investigate why our own Cairo doesn't
  work properly.

Modified:
   nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/4.0.nix

Modified: nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/4.0.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/4.0.nix Fri Apr 
 1 19:33:03 2011        (r26665)
+++ nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/4.0.nix Fri Apr 
 1 20:28:01 2011        (r26666)
@@ -36,7 +36,8 @@
       "--with-system-nspr"
       # "--with-system-nss"
       # "--with-system-png" # <-- "--with-system-png won't work because the 
system's libpng doesn't have APNG support"
-      "--enable-system-cairo"
+      # Disabled system Cairo for now because it causes gradients in tabs etc. 
to be missing.
+      # "--enable-system-cairo"
       # Compiling with the Nixpkgs SQLite gives:
       # "configure: error: System SQLite library is not compiled with 
SQLITE_SECURE_DELETE."
       # "--enable-system-sqlite"
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to