Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25203 - Error in the GTK+ 2.2.2-r1 ebuild
Summary: Error in the GTK+ 2.2.2-r1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-24 13:57 UTC by M-A Loyer
Modified: 2003-07-25 04:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description M-A Loyer 2003-07-24 13:57:23 UTC
While trying the Gimp 1.3, I was wondering why my wacom tablet could not be used
or found by the software.

After searching the gimp mailing list I found that the problem was from GTK+.
The xinput support was not compiled in.
But I looked in the ebuild and saw this line :

gtk+-2.2.2-r1.ebuild :
> econf --with-gdktarget=x11 --with-xinput=yes ${myconf} || die

The xinput support was already in...

After sending bug the Gimp to the mailing, I found that the line was not right
and sould be :

gtk+-2.2.2-r1.ebuild :
> econf --with-gdktarget=x11 --with-xinput=xfree ${myconf} || die


I recompiled GTK and the xinput problem was solved.

I think the ebuild sould be modified. 

Reproducible: Always
Steps to Reproduce:
Comment 1 foser (RETIRED) gentoo-dev 2003-07-25 04:20:53 UTC
hmm i had it right at first, but then messed it up in the ebuild i see.

Well i couldnt test this, so i couldnt be sure. Fixed now.

Thanks for your report.