Try enabling more features in webkit
svn path=/nixpkgs/trunk/; revision=16532
This commit is contained in:
parent
91abf1a1de
commit
6632f65522
@ -14,7 +14,11 @@ rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
configureCommand = "./autogen.sh ";
|
configureCommand = "./autogen.sh ";
|
||||||
configureFlags = [];
|
configureFlags = [
|
||||||
|
"--enable-3d-transforms"
|
||||||
|
"--enable-filters"
|
||||||
|
"--enable-web-sockets"
|
||||||
|
];
|
||||||
|
|
||||||
/* doConfigure should be specified separately */
|
/* doConfigure should be specified separately */
|
||||||
phaseNames = ["setVars" "paranoidFixComments" "doConfigure" (doPatchShebangs ".")
|
phaseNames = ["setVars" "paranoidFixComments" "doConfigure" (doPatchShebangs ".")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user