mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* 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:
parent
e3c03f348e
commit
50b8829ce9
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ rec {
|
||||||
"--with-system-nspr"
|
"--with-system-nspr"
|
||||||
# "--with-system-nss"
|
# "--with-system-nss"
|
||||||
# "--with-system-png" # <-- "--with-system-png won't work because the system's libpng doesn't have APNG support"
|
# "--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:
|
# Compiling with the Nixpkgs SQLite gives:
|
||||||
# "configure: error: System SQLite library is not compiled with SQLITE_SECURE_DELETE."
|
# "configure: error: System SQLite library is not compiled with SQLITE_SECURE_DELETE."
|
||||||
# "--enable-system-sqlite"
|
# "--enable-system-sqlite"
|
||||||
|
|
Loading…
Reference in a new issue