Skip to content

meson: Force '.so' extension for DRI drivers

Jon Turney requested to merge jturney/mesa:megadrivers-suffix-always-so into master

DRI driver loadable modules are always installed with install_megadriver.py with names ending with '.so', irrespective of platform.

Force the name the loadable module is built with to match, so install_megadriver.py doesn't spin trying to remove non-existent symlinks.

Fixes: c77acc3c "meson: remove meson-created megadrivers symlinks"

Merge request reports