forked from mirrors/nixpkgs
Disable more problematic options for Webkit
svn path=/nixpkgs/trunk/; revision=22306
This commit is contained in:
parent
dde452e5d1
commit
9f0c4fa255
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue