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:
Alexey Sokolov
2020-10-15 22:52:24 +01:00
committed by Fabian Groffen
parent 4586707c18
commit a82b252449

View File

@@ -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
"