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 "; configureCommand = "./autogen.sh ";
configureFlags = [ configureFlags = [
"--enable-3d-transforms" "--enable-3D-transforms"
"--enable-filters" "--enable-filters"
"--enable-web-sockets" "--enable-web-sockets"
]; ];