DJ Delorie wrote:
I just added a batch mode "gui" for PCB, for web servers and
scripting. Use --with-gui=batch to get it.
However, it turns out that the png HID pulls in the X11 libraries
anyway (to get Xpm support). Any way we can disable that?
hmm. I'll have to look into it a bit. Seems to be due to gdlib-config.
[EMAIL PROTECTED] 140 % gdlib-config --libs
-ljpeg -lfreetype -lpng -lz -lm
[EMAIL PROTECTED] 141 % gdlib-config --version
2.0.33
[EMAIL PROTECTED] 71 % gdlib-config --libs
-lXpm -lX11 -ljpeg -lfreetype -lpng -lz -lm -lpthread -lrt
[EMAIL PROTECTED] 72 % gdlib-config --version
2.0.33
looks like this depends on how gdlib was configured. Short of shipping
our own gdlib sources so we control how it is configured I'm not sure
what we can do here.
-Dan