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:
Michael Raskin 2010-06-17 09:14:20 +00:00
parent b24d67c772
commit dde452e5d1

View File

@ -28,10 +28,11 @@ rec {
"--enable-image-resizer"
"--enable-xhtmlmp"
"--enable-mathml"
"--enable-wml"
"--enable-blob-slice"
"--enable-file-reader"
"--enable-file-writer"
# https://bugs.webkit.org/show_bug.cgi?id=40765
# "--enable-wml"
];
/* doConfigure should be specified separately */