mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
virtualx.eclass: don't skip xvfb dependency on Prefix
Closes: https://bugs.gentoo.org/730190 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
committed by
Fabian Groffen
parent
4586707c18
commit
a82b252449
@@ -40,7 +40,7 @@ esac
|
||||
# complicated dep is needed.
|
||||
# You can specify the variable BEFORE inherit to add more dependencies.
|
||||
VIRTUALX_DEPEND="${VIRTUALX_DEPEND}
|
||||
!prefix? ( x11-base/xorg-server[xvfb] )
|
||||
x11-base/xorg-server[xvfb]
|
||||
x11-apps/xhost
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user