Fix case in configure option

svn path=/nixpkgs/trunk/; revision=16534
This commit is contained in:
Michael Raskin 2009-08-02 19:31:36 +00:00
parent 22722a5e76
commit 92c3ce343e

View file

@ -15,7 +15,7 @@ rec {
configureCommand = "./autogen.sh ";
configureFlags = [
"--enable-3d-transforms"
"--enable-3D-transforms"
"--enable-filters"
"--enable-web-sockets"
];