Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: gtk+ wants to install xorg-server
Date: Sun, 31 Dec 2006 10:17:40
Message-Id: 200612311113.26459.bo.andresen@zlin.dk
In Reply to: Re: [gentoo-user] Re: gtk+ wants to install xorg-server by Enrico Weigelt
1 On Sunday 31 December 2006 03:44, Enrico Weigelt wrote:
2 > > The X use flag is quite overloaded. It's exact meaning varies
3 > > with different types of packages. In the gtk+ case it just
4 > > pulls the xorg-server.
5 >
6 > Where exactly is this defined ? The X useflag doesnt seem
7 > to appear in the gtk ebuild.
8
9 In the virtualx eclass which the gtk+ ebuild inherits [1].
10
11 # grep virtualx `portageq portdir`/x11-libs/gtk+/gtk+-2.10.6.ebuild
12 inherit gnome.org flag-o-matic eutils debug autotools virtualx
13
14 # grep 'X?' `portageq portdir`/eclass/virtualx.eclass
15 DEPEND="X? ( || ( x11-base/xorg-server virtual/x11 ) )"
16
17 [1] http://devmanual.gentoo.org/ebuild-writing/using-eclasses/index.html
18
19 --
20 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] Re: gtk+ wants to install xorg-server Enrico Weigelt <weigelt@×××××.de>