meson: Force '.so' extension for DRI drivers
[mesa.git] / src / gallium / targets / xvmc / meson.build
index 845f3a421b778fde4e02bdd0f01c4c109406d237..537275aab57ad41344c6f58d48b94eb540aeb142 100644 (file)
@@ -50,6 +50,7 @@ libxvmc_gallium = shared_library(
   # Will be deleted during installation, see install_megadrivers.py
   install : true,
   install_dir : xvmc_drivers_path,
+  name_suffix : 'so',
 )
 
 foreach d : [[with_gallium_r600, 'r600'], [with_gallium_nouveau, 'nouveau']]