After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580079 - Better configure detection of Xinerama on Solaris
Better configure detection of Xinerama on Solaris
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.16.x
Other opensolaris
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-04-24 07:31 UTC by Brian Cameron
Modified: 2009-06-05 05:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
patch fixing issue (3.40 KB, patch)
2009-04-24 07:38 UTC, Brian Cameron
committed Details | Review

Description Brian Cameron 2009-04-24 07:31:28 UTC
In OpenSolaris and Solaris Nevada, the Xfree Xinerama interfaces are supported
and the Solaris-specific interfaces are now obsolete.  However, on Solaris 10
users still need to use the Solaris-specific interfaces.

So, I have modified the configure.ac script so it first always looks for the Xfree interfaces.  If they aren't found, and the $host is solaris, then the 
Solaris interfaces are checked.

This ensures that the Xfree interfaces are used when available, but that the
Solaris specific Xinerama interfaces are used otherwise.

Can this patch go upstream?
Comment 1 Brian Cameron 2009-04-24 07:38:32 UTC
Created attachment 133242 [details] [review]
patch fixing issue
Comment 2 Brian Cameron 2009-06-04 01:33:06 UTC
*ping*  Can this patch go upstream?  I think it is pretty straightforward.
Comment 3 Matthias Clasen 2009-06-04 03:00:52 UTC
Looks ok to me.
Comment 4 Brian Cameron 2009-06-05 05:47:47 UTC
Fixed in GTK+ master.  Thanks.