On Fri, Dec 03, 2010 at 06:33:12PM +0000, David Brownlee wrote:
> How do we encode a dependency on an x11 font or fonts for a package,
> such that it will not break on a non modular X11 install?
.if ${X11_TYPE} == "modular"
DEPENDS += ...
.endif
Joerg