Regression: X server Meson configuration fails with -Dxvfb=false
X server build fails to Meson error:
meson -Dxorg=true -Dxwayland=true -Dxephyr=false -Dxnest=false -Ddmx=false -Dxvfb=false -Dxwin=false -Ddga=true -Ddri2=true -Ddri3=true --buildtype=debugoptimized
...
test/meson.build:39:0: ERROR: Unknown variable "xvfb_server".
X server build works if one uses "-Dxvfb=true".
I'm pretty sure the commit breaking X server builds is:
commit 58c168ad93d770a3c48cc07daaa8a2acd1c0729d
Author: Eric Anholt <eric@anholt.net>
AuthorDate: Tue Mar 26 10:21:29 2019 -0700
Commit: Eric Anholt <eric@anholt.net>
CommitDate: Thu Mar 28 13:55:19 2019 -0700
test: Execute rendercheck tests without using piglit.
This gets us parallelism between rendercheck tests at the cost of
spinning up more Xvfbs, and nicer logging of the tests that are run.
Aren't there any CI builds doing both all-yes & all-no builds for every commit?