qt3: use getConfig in mysqlSupport

svn path=/nixpkgs/trunk/; revision=10357
This commit is contained in:
Yury G. Kudryashov 2008-01-28 19:48:57 +00:00
parent 8e2d3fca62
commit cb609e71ac

@ -2502,7 +2502,7 @@ rec {
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
libXmu libXinerama xineramaproto libXcursor;
openglSupport = mesaSupported;
mysqlSupport = false;
mysqlSupport = getConfig ["qt" "mysql"] false;
};
qt4 = getVersion "qt4" qt4_alts;