Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209486 - wxGTK-2.{6,8}'s "X"-useflag regulates dependency on xinerama
Summary: wxGTK-2.{6,8}'s "X"-useflag regulates dependency on xinerama
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-10 02:10 UTC by Eduard Bachmakov
Modified: 2008-02-10 07:28 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 Eduard Bachmakov 2008-02-10 02:10:39 UTC
If wxGTK is (like I understand it) a toolkit for X, so why does it have a X-useflag then?
That useflag pulls in a xinerama dependency. Wouldn't it be better to change that useflag to "xinerama"?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-10 07:28:01 UTC
No, it really wouldn't be better to use xinerama flag for this functionality.

<snip>
        use X && \
                myconf="${myconf}
                        --enable-gui
                        --with-libpng
                        --with-libxpm
                        --with-libjpeg
                        --with-libtiff
                        $(use_enable opengl)
                        $(use_with opengl)
                        $(use_with gnome gnomeprint)"
</snip>