[Lcdproc] [patch] autoconf cleanup

Thomas Jarosch thomas.jarosch@intra2net.com
Wed Oct 31 09:06:02 2007


Hello Markus,

thanks for your feedback.

On Tuesday, 30. October 2007, Markus Dolze wrote:
> While I am a friend of making things easier, I have the following comments:
> - Lcdproc runs on other platforms than Linux, too. On these pkg-config
> may not be available by default (I can only speak for the BSDs) adding
> an extra dependency.

This is also true for Linux, but like I said, pkgconfig is around since 2003 
or even longer. pkgconfig is only needed if you compile from source
and want libusb/libftdi support. Is it possible to set
build requirements for BSD packages?

> - LibFTDI is not a completely portable library. And the shuttfleVFD
> driver fails horribly if libftdi is enabled on FreeBSD. So I personally
> don't like the idea of enabling it by default (and will disable it for
> the package if it is turned on by default).

Can you send me the output of that? There are already two drivers that
need libftdi and I will add two more, so it would be nice if we
can leave the autodetection enabled.

Thomas