Subject: Re: how to satisfy build requirement for libXext.so
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 07/15/2007 00:17:45
On Sat, Jul 14, 2007 at 06:23:33PM +0200, Klaus Heinz wrote:
> if a test in the configure script needs libXext but the running program
> does not is it correct to
> 
>   BUILDLINK_DEPMETHOD.libXext= build
>   .include "../../x11/libXext/buildlink3.mk"

Just a question -- which package does so? I've stumpled over a bunch of
package that need libXt that way, but not many with libXext. Also keep
in mind that dependencies only pulled in via libXext/b3.mk will be build
dependencies as well, if not pulled in explicitly.

Joerg