qt3: use getConfig in mysqlSupport
svn path=/nixpkgs/trunk/; revision=10357
This commit is contained in:
parent
8e2d3fca62
commit
cb609e71ac
|
@ -2502,7 +2502,7 @@ rec {
|
||||||
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto
|
||||||
libXmu libXinerama xineramaproto libXcursor;
|
libXmu libXinerama xineramaproto libXcursor;
|
||||||
openglSupport = mesaSupported;
|
openglSupport = mesaSupported;
|
||||||
mysqlSupport = false;
|
mysqlSupport = getConfig ["qt" "mysql"] false;
|
||||||
};
|
};
|
||||||
|
|
||||||
qt4 = getVersion "qt4" qt4_alts;
|
qt4 = getVersion "qt4" qt4_alts;
|
||||||
|
|
Loading…
Reference in New Issue