Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46291 - Metacity 2.8.0 builds without xinerama support with USE=xinerama.
Summary: Metacity 2.8.0 builds without xinerama support with USE=xinerama.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 13:51 UTC by Ronald Hummelink
Modified: 2004-03-30 15:45 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 Ronald Hummelink 2004-03-30 13:51:56 UTC
The metacity 2.8.0 ebuild introduced G2CONF="${G2CONF} $(use_enable xinerama)"
 which should be correct.

However it appears the Metacity configure script is bugged over. When --enable-xinerama is passed to configure metacity doesn't even test for xinerama, it disables it explicitely.

Passing --disable-xinerama does 'work' (the same, explicitely disable the test for xinerama;) )
Omitting the option leaves autodetection as it was done in the older 2.6.5.


Reproducible: Always
Steps to Reproduce:
Comment 1 foser (RETIRED) gentoo-dev 2004-03-30 14:37:26 UTC
the test is slightly broken, i've added a patch to the 2.8.0 ebuild that should fix this. Please test.
Comment 2 Steph Gosling 2004-03-30 15:42:51 UTC
That patch seems to have fixed it for me, Cheers.
Comment 3 foser (RETIRED) gentoo-dev 2004-03-30 15:45:25 UTC
noted, thnx for testing & reporting.

upstream report http://bugzilla.gnome.org/show_bug.cgi?id=138562