Bug 46291 - Metacity 2.8.0 builds without xinerama support with USE=xinerama.
|
Bug#:
46291
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: major
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: gnome@gentoo.org
|
Reported By: ronald@hummelink.net
|
|
Component: GNOME
|
|
|
URL:
|
|
Summary: Metacity 2.8.0 builds without xinerama support with USE=xinerama.
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-03-30 13:51 0000
|
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:
the test is slightly broken, i've added a patch to the 2.8.0 ebuild that should
fix this. Please test.
That patch seems to have fixed it for me, Cheers.