Summary: | x11-terms/xterm-320: automagic dependency on libXinerama | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Urja Rannikko <urjaman> |
Component: | Current packages | Assignee: | Thomas Dickey <dickey> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint, x11 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Urja Rannikko
2016-04-23 12:09:00 UTC
xterm's configure script checks if the library is available, and will build correctly (without the feature) if not. (In reply to Thomas Dickey from comment #1) That was the point. There is no configure switch to disable xinerama. (In reply to Thomas Dickey from comment #1) > xterm's configure script checks if the library is available, and will > build correctly (without the feature) if not. This is known as automagic, and is deeply frowned upon in gentoo style. It opens traps for the package in case of future changes. You need deal with in a way that overcomes automagic and will provide certainty in all conditions. General rule, either hard set it or make it work off a use flag. xterm-325 has been released, with the option to disable xinerama support. I have added a USE flag for it. commit b68c1247c8d4ad15fde9a1abf0e5c7007f400936 Author: Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> Date: Thu Jun 9 22:06:11 2016 +0200 x11-terms/xterm: make building xinerama support optional Bug: https://bugs.gentoo.org/show_bug.cgi?id=580936 |