Subject: Re: missing .include "../../mk/x11.buildlink3.mk" in cairo and pango (fwd)
To: Jeremy C. Reed <reed@reedmedia.net>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 03/03/2006 01:53:17
On Wed, Mar 01, 2006 at 10:45:59PM -0800, Jeremy C. Reed wrote:
> May I add to graphics/cairo/Makefile and devel/pango/Makefile:
> 
> .include "../../mk/x11.buildlink3.mk"
> 
> ?

cairo uses and installs cairo-xlib.h, pango uses and installs
pango-xft.h. Both of these include X headers. So it should be ok.

> Should I add this to x11/gtk2/Makefile also?

Used in lots of places, so "sure".

Cheers,
 Thomas