[Mesa-dev] [PATCH 0/2] meson: improve configuration experience

Alyssa Ross hi at alyssa.is
Thu Jul 18 14:15:12 UTC 2019


Two patches here to make configuring mesa with meson a bit nicer.

The first addresses some missing dependencies that weren't caught by
meson, and so would result in a compiler error due to missing headers.
The second makes the "auto" value for drivers quite a bit smarter in an
attempt to avoid ever choosing drivers that can't actually be built.

Alyssa Ross (2):
  meson: require libdrm for gallium svga or virgl
  meson: make "auto" only choose buildable drivers

 meson.build | 185 ++++++++++++++++++++++++++++++++--------------------
 1 file changed, 114 insertions(+), 71 deletions(-)

--
2.22.0



More information about the mesa-dev mailing list