Summary: | x11-apps/xdm and x11-apps/lightdm should depend on x11-base/xorg-server | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Denis de La Fortelle <caracol> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Denis de La Fortelle
2014-08-14 11:34:21 UTC
The thing is, neither display manager actually needs a locally installed display server. Whether to have the display server on the same system is a decision for the system administrator to make. This system administration decision could be made dynamically, as an exemple through a /etc.conf.d/ parameter, or statically through a package USE flag. The last way seems easy, just add a new USE flag "notlocal" and a line in the ebuild RDEPEND like : !notlocal? ( x11-base/xorg-server ) I might be wrong (TM). |