* 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.

svn path=/nixpkgs/trunk/; revision=26666
This commit is contained in:
Eelco Dolstra 2011-04-01 20:28:01 +00:00
parent e3c03f348e
commit 50b8829ce9

View file

@ -36,7 +36,8 @@ rec {
"--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"