meson: Force '.so' extension for DRI drivers
authorJon Turney <jon.turney@dronecode.org.uk>
Sun, 14 Apr 2019 19:46:39 +0000 (20:46 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 25 Apr 2019 11:40:16 +0000 (12:40 +0100)
commit5d310015c57536224600252e4ceadcf964bfc4fa
treeb88935491f4cda31e45510e2c1c5ad68c127b40c
parent9445a4ab43939f78ecf1958db94bc80b276c4652
meson: Force '.so' extension for DRI drivers

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"
src/gallium/targets/dri/meson.build
src/gallium/targets/va/meson.build
src/gallium/targets/vdpau/meson.build
src/gallium/targets/xvmc/meson.build
src/mesa/drivers/dri/meson.build