Fredrik Tolf wrote:
> I'm not an expert with portage, but the fact that xorg-server is
> indented one space from gtk+ means that gtk+ depends on it directly,
> doesn't it? If so, whence does that dependency come from (it's obviously
> not on the DEPEND or RDEPEND variables)?
> 
> Please help me -- what should I do to make gtk+ only pull in the minimal
> amount of deps?

It's because it inherits the virtualx.eclass -- gtk+ requires an X
server (Xvfb) to build. What you can do is set USE="minimal -dmx -xorg
-xprint" in your package.use for xorg-server to minimize this. Also try
VIDEO_CARDS="" and INPUT_DEVICES="" in make.conf.

However, this only works well on xorg-server-1.1, so you will also need
to add it to package.keywords.

Thanks,
Donnie

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to