On Sun, 2010-06-20 at 19:46 +0200, m0n0 wrote:
Am Sonntag, den 20.06.2010, 19:13 +0200 schrieb m0n0
<ole(a)monochrom.net>:
> Am Sonntag, den 20.06.2010, 18:13 +0200 schrieb John-Mark Bell
> <jmb(a)netsurf-browser.org>:
> I'll have a look on how the libnsfb.pc.in is created, then I will
provide
> another patch for that issue.
Actually, I think it's complicated for me to add that. I tried to set
REQUIRED_PKGS,
because Makefile.top describes this as an Input Variable that describes
the Requires: line in the libnsfb.pc.in file. But that does not work. It
always puts xcb and xcccb-image etc. into the pkg-config file. ( or maybe
these items are not replaced).
They aren't replaced, as libnsfb doesn't currently use the buildsystem's
ability to generate pkg-config Requires declarations. Its requirements
are currently hard-coded.
J.