forked from mirrors/nixpkgs
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 ";
|
||||
configureFlags = [];
|
||||
configureFlags = [
|
||||
"--enable-3d-transforms"
|
||||
"--enable-filters"
|
||||
"--enable-web-sockets"
|
||||
];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["setVars" "paranoidFixComments" "doConfigure" (doPatchShebangs ".")
|
||||
|
|
Loading…
Reference in a new issue