Gentoo Archives: gentoo-user

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Too many X modules pulled in
Date: Sun, 20 Aug 2006 19:00:53
Message-Id: 44E8B05F.3080405@gentoo.org
In Reply to: [gentoo-user] Too many X modules pulled in by Fredrik Tolf
1 Fredrik Tolf wrote:
2 > I'm not an expert with portage, but the fact that xorg-server is
3 > indented one space from gtk+ means that gtk+ depends on it directly,
4 > doesn't it? If so, whence does that dependency come from (it's obviously
5 > not on the DEPEND or RDEPEND variables)?
6 >
7 > Please help me -- what should I do to make gtk+ only pull in the minimal
8 > amount of deps?
9
10 It's because it inherits the virtualx.eclass -- gtk+ requires an X
11 server (Xvfb) to build. What you can do is set USE="minimal -dmx -xorg
12 -xprint" in your package.use for xorg-server to minimize this. Also try
13 VIDEO_CARDS="" and INPUT_DEVICES="" in make.conf.
14
15 However, this only works well on xorg-server-1.1, so you will also need
16 to add it to package.keywords.
17
18 Thanks,
19 Donnie

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Too many X modules pulled in Fredrik Tolf <fredrik@×××××××××.com>