eclass/virtualx: Sync with Gentoo

It's from Gentoo commit b341ff7d283ccc6186eeb29c21baaa22499baadc.
This commit is contained in:
Flatcar Buildbot 2024-08-26 07:17:33 +00:00 committed by Krzesimir Nowak
parent c84cc87685
commit 31ca6d959b

View File

@ -113,6 +113,7 @@ virtx() {
export XAUTHORITY= export XAUTHORITY=
einfo "Starting Xvfb ..." einfo "Starting Xvfb ..."
addpredict /dev/dri/ # Needed for Xvfb w/ >=mesa-24.2.0
debug-print "${FUNCNAME}: Xvfb -displayfd 1 ${xvfbargs[*]}" debug-print "${FUNCNAME}: Xvfb -displayfd 1 ${xvfbargs[*]}"
local logfile=${T}/Xvfb.log local logfile=${T}/Xvfb.log