Gentoo Archives: gentoo-dev

From: Marc Chabrol <marcc@×××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] gtk+-2.0.6 and xinput
Date: Tue, 08 Oct 2002 12:53:24
Message-Id: 200210081053.18244.marcc@whitepj.com
1 Hi,
2
3 Little question for Spider, as I think he is maintaining gtk+-2.0 ebuild ;)
4
5 Is there any reason why the gtk+-2.0.6 ebuild does not contain support for
6 xinput devices like gtk+-1.2.10-r9 ?
7
8 excerpt from /usr/portage/x11-libs/gtk+/gtk+-1.2.10-r9.ebuild :
9
10 econf \
11 --sysconfdir=/etc/X11 \
12 --with-xinput=xfree \
13 --with-x \
14 ${myconf} || die
15
16 but no --with-xinput in /usr/portage/x11-libs/gtk+/gtk+-2.0.6-r1.ebuild.
17
18 Could be useful for use in gimp-1.3 (I know it's masked but I'd like to test
19 ...).
20
21 Thanks.
22
23 Marc.