Try enabling more features in webkit

svn path=/nixpkgs/trunk/; revision=16532
This commit is contained in:
Michael Raskin 2009-08-02 18:25:20 +00:00
parent 91abf1a1de
commit 6632f65522

View file

@ -14,7 +14,11 @@ rec {
];
configureCommand = "./autogen.sh ";
configureFlags = [];
configureFlags = [
"--enable-3d-transforms"
"--enable-filters"
"--enable-web-sockets"
];
/* doConfigure should be specified separately */
phaseNames = ["setVars" "paranoidFixComments" "doConfigure" (doPatchShebangs ".")