Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146039 - qt4: USE=-X should disable QtGui module
Summary: qt4: USE=-X should disable QtGui module
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 13:38 UTC by Luke-Jr
Modified: 2007-06-20 20:14 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 Luke-Jr 2006-09-02 13:38:27 UTC
When the 'X' USE flag is unset, x11-libs/qt should disable the QtGui module and not depend on X.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-09-02 16:09:19 UTC
If you want to submit a patch to do so, that would be great.  TT provides no way to built Qt4 without X, so it's nothing I can do anything about, unfortunately.
Comment 2 Luke-Jr 2006-09-02 17:16:58 UTC
<nuge> go into the src/ directory
<nuge> and in the .pro in there
<nuge> remove the 'gui' entry in the SUBDIR list
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2006-09-03 05:57:48 UTC
have you tried it?  it doesn't work.
Comment 4 Luke-Jr 2006-09-03 08:23:42 UTC
I have tried it in a limited scope... the configure options must not force any X features on (xkb, etc), and certain plugins might also need to be removed from .pro files (I just removed 'plugins' itself to test). qt3support might need to be disabled as well, I'll find out by the time the test compile completes (or doesn't).
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2007-06-20 20:14:26 UTC
closing as a LATER.  If you want ot provide patches to make this happen, I'm all for it.