Gentoo Archives: gentoo-user

From: Nagatoro <nagatoro@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wxGTK-2.6.2 always requires gtk2
Date: Sat, 15 Oct 2005 16:52:06
Message-Id: 435131DE.1070809@gmail.com
In Reply to: [gentoo-user] wxGTK-2.6.2 always requires gtk2 by Carlos
1 Carlos wrote:
2 > I am trying to emerge wxGTK-2.6.2 with -X use flag (that should install
3 > only wxbase -non-gui libs- ) but it stills trying to emerge gtk+. In
4 > wxGTK-2.6.1 you can use -gtk2 and -wxgtk1 USE flags to avoid this to be
5 > installed. Is there any reason for 2.6.2 to work in this way? bug in
6 > ebuild?
7
8 Whould seem so. From the ebuild:
9 ----
10 RDEPEND="${RDEPEND}
11 opengl? ( virtual/opengl )
12 >=x11-libs/gtk+-2.0
13 >=dev-libs/glib-2.0
14 media-libs/tiff
15 odbc? ( dev-db/unixODBC )
16 !mips? ( !arm? ( !hppa? ( !ia64? ( !ppc64? ( !alpha? ( !sparc? (
17 sdl? ( media-libs/sdl-sound ) ) ) ) ) ) ) )"
18 ----
19 as you can see the dependency on gtk+ is always there. I would file a
20 bug on bugzilla.
21
22 --
23 Naga
24 --
25 gentoo-user@g.o mailing list