3
0
Fork 0
forked from mirrors/nixpkgs

Disable more problematic options for Webkit

svn path=/nixpkgs/trunk/; revision=22306
This commit is contained in:
Michael Raskin 2010-06-17 10:13:43 +00:00
parent dde452e5d1
commit 9f0c4fa255

View file

@ -26,13 +26,18 @@ rec {
"--enable-web-sockets" "--enable-web-sockets"
"--enable-indexeddb" "--enable-indexeddb"
"--enable-image-resizer" "--enable-image-resizer"
"--enable-xhtmlmp"
"--enable-mathml" "--enable-mathml"
"--enable-blob-slice"
"--enable-file-reader" # "--enable-blob-slice"
"--enable-file-writer"
# Seem incomplete as of now
# "--enable-file-reader"
# "--enable-file-writer"
# https://bugs.webkit.org/show_bug.cgi?id=40765 # https://bugs.webkit.org/show_bug.cgi?id=40765
# "--enable-wml" # "--enable-wml"
# "--enable-xhtmlmp"
]; ];
/* doConfigure should be specified separately */ /* doConfigure should be specified separately */