qt3: fix infinite recursion created by 0b17251c06
This commit is contained in:
@@ -10,8 +10,6 @@
|
|||||||
, x11, xextproto, zlib, libjpeg, libpng, which
|
, x11, xextproto, zlib, libjpeg, libpng, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let libpng = libpng; in
|
|
||||||
|
|
||||||
assert xftSupport -> libXft != null;
|
assert xftSupport -> libXft != null;
|
||||||
assert xrenderSupport -> xftSupport && libXrender != null;
|
assert xrenderSupport -> xftSupport && libXrender != null;
|
||||||
assert xrandrSupport -> libXrandr != null && randrproto != null;
|
assert xrandrSupport -> libXrandr != null && randrproto != null;
|
||||||
|
|||||||
Reference in New Issue
Block a user