qt3: use getConfig in mysqlSupport

svn path=/nixpkgs/branches/stdenv-updates/; revision=10263
This commit is contained in:
Yury G. Kudryashov 2008-01-23 16:33:51 +00:00
parent 8c88f15884
commit 765cd20094

View file

@ -2406,7 +2406,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;