Again disable WML in WebKit - https://bugs.webkit.org/show_bug.cgi?id=40765 submitted
svn path=/nixpkgs/trunk/; revision=22305
This commit is contained in:
parent
b24d67c772
commit
dde452e5d1
@ -28,10 +28,11 @@ rec {
|
|||||||
"--enable-image-resizer"
|
"--enable-image-resizer"
|
||||||
"--enable-xhtmlmp"
|
"--enable-xhtmlmp"
|
||||||
"--enable-mathml"
|
"--enable-mathml"
|
||||||
"--enable-wml"
|
|
||||||
"--enable-blob-slice"
|
"--enable-blob-slice"
|
||||||
"--enable-file-reader"
|
"--enable-file-reader"
|
||||||
"--enable-file-writer"
|
"--enable-file-writer"
|
||||||
|
# https://bugs.webkit.org/show_bug.cgi?id=40765
|
||||||
|
# "--enable-wml"
|
||||||
];
|
];
|
||||||
|
|
||||||
/* doConfigure should be specified separately */
|
/* doConfigure should be specified separately */
|
||||||
|
Loading…
Reference in New Issue
Block a user