Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 862810

Summary: x11-libs/xosd-2.2.14_p2_p1 does not respect USE=xinerama
Product: Gentoo Linux Reporter: Ed Santiago <gentoo>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=546034
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for xosd ebuild
patch for xosd ebuild

Description Ed Santiago 2022-08-01 13:50:55 UTC
Created attachment 796576 [details, diff]
patch for xosd ebuild

same as bug 546034 but I don't have reopening privs

x11-libs/xosd, with USE=xinerama, does not enable xinerama. Reason: the `--enable-xinerama` option to `./configure` does not actually work; something to do with checking for `set` instead of `yes/no`.

Trivial to verify: in extracted source tree, run `./configure`, save `config.log`, run `./configure --enable-xinerama`, diff the logs.

Solution: enclosed patch fixes the problem for me.
Comment 1 Ed Santiago 2022-08-01 14:00:03 UTC
Created attachment 796579 [details, diff]
patch for xosd ebuild

oops, forgot trailing backslash