Skip to content

targets/va: override LIBVA_DRIVERS_PATH in devenv

Erik Faye-Lund requested to merge kusma/mesa:vaapi-devenv into main

This is really the right thing to do; it makes libva pick up the driver we just built in a meson devenv. Not doing so can be kinda fatal; otherwise we can end up loading different gallium-drivers for OpenGL and VA-API, which can end up being pretty fatal.

Merge request reports