qt3: fix infinite recursion created by 0b17251c06

This commit is contained in:
Vladimír Čunát 2013-06-28 08:33:09 +02:00
parent bf94beff42
commit 9404b2cc12

View File

@ -10,8 +10,6 @@
, x11, xextproto, zlib, libjpeg, libpng, which
}:
let libpng = libpng; in
assert xftSupport -> libXft != null;
assert xrenderSupport -> xftSupport && libXrender != null;
assert xrandrSupport -> libXrandr != null && randrproto != null;