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

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to