You can also build without the png HID.
OK -- I'll probably do that for the install CD
I'd rather _not_ include 3rd party libs directly because what happens is invariably there is some problem on some platform. I'm not speaking directly about gd here, but generically. [ ... ]
Fair enough. My concern is that gd introduces yet another dependency
for the poor, beleagured install CD. I can look into this myself -- I
know -- but if gd is there only to e.g. build the documentation, then
perhaps its output can be pre-included in the distro tarball and gd
won't be needed by users, only developers. In this case, it's not a
problem for the install CD. Next, if gd is compiled into PCB, but
provides some little featurette which isn't part of a base install,
then perhaps it could be a configure option which defaults to off (or
I can --disable-gd during configure)? But if gd is now a mandatory
dependency, then I need to put it on the CD as another dependency,
since lots of vanilla distros apparently don't support it. (It was
absent on my FC2 laptop, which I have loaded up with lots of developer
goodies.)
-Dan