Fix case in configure option
svn path=/nixpkgs/trunk/; revision=16534
This commit is contained in:
parent
22722a5e76
commit
92c3ce343e
@ -15,7 +15,7 @@ rec {
|
|||||||
|
|
||||||
configureCommand = "./autogen.sh ";
|
configureCommand = "./autogen.sh ";
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-3d-transforms"
|
"--enable-3D-transforms"
|
||||||
"--enable-filters"
|
"--enable-filters"
|
||||||
"--enable-web-sockets"
|
"--enable-web-sockets"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user