I run a headless, Xorg-less server at home. I also run a laptop, that has Xorg + deluge 0.6svn.
I don't need the gui for deluge on my server. Is it possible to compile 0.6svn without pyGTK and other Xorg-dependant libraries?
Thanks,
Chris
0.6svn daemon only?
Re: 0.6svn daemon only?
Yes. PyGTK and other Xorg-dependent libraries are runtime dependencies, not build dependencies. I think there is some GTK specific stuff in a common file that both the daemon and gtkui use. I will work to separate this so that the daemon isn't trying to load any gtk libraries on startup.weedman wrote:I run a headless, Xorg-less server at home. I also run a laptop, that has Xorg + deluge 0.6svn.
I don't need the gui for deluge on my server. Is it possible to compile 0.6svn without pyGTK and other Xorg-dependant libraries?
Thanks,
Chris