Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 862810 - x11-libs/xosd-2.2.14_p2_p1 does not respect USE=xinerama
Summary: x11-libs/xosd-2.2.14_p2_p1 does not respect USE=xinerama
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2022-08-01 13:50 UTC by Ed Santiago
Modified: 2022-08-02 01:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for xosd ebuild (0001-xosd-ebuild-use-explicit-disable-xinerama.patch,978 bytes, patch)
2022-08-01 13:50 UTC, Ed Santiago
Details | Diff
patch for xosd ebuild (0001-xosd-ebuild-use-explicit-disable-xinerama.patch,980 bytes, patch)
2022-08-01 14:00 UTC, Ed Santiago
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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