[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: pcb batch mode
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.
dan@alpha 140 % gdlib-config --libs
-ljpeg -lfreetype -lpng -lz -lm
dan@alpha 141 % gdlib-config --version
2.0.33
mcmahill@sparc 71 % gdlib-config --libs
-lXpm -lX11 -ljpeg -lfreetype -lpng -lz -lm -lpthread -lrt
mcmahill@sparc 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