From: Dave Airlie Date: Wed, 8 May 2019 02:38:18 +0000 (+1000) Subject: kmsro: add _dri.so to two of the kmsro drivers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a42d5b98bc3083e20475eb1ecea20f9b876269d;p=mesa.git kmsro: add _dri.so to two of the kmsro drivers. Fixes: 8cfc17bdda3 (kmsro: Add the rest of the current set of tinydrm drivers.) Reviewed-by: Eric Engestrom --- diff --git a/src/gallium/targets/dri/meson.build b/src/gallium/targets/dri/meson.build index dd40969a166..45daf647960 100644 --- a/src/gallium/targets/dri/meson.build +++ b/src/gallium/targets/dri/meson.build @@ -78,8 +78,8 @@ foreach d : [[with_gallium_kmsro, [ 'pl111_dri.so', 'repaper_dri.so', 'rockchip_dri.so', - 'st7586.so', - 'st7735r.so', + 'st7586_dri.so', + 'st7735r_dri.so', 'sun4i-drm_dri.so', ]], [with_gallium_radeonsi, 'radeonsi_dri.so'],