aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2019-05-08 12:38:18 +1000
committerDave Airlie <[email protected]>2019-05-09 07:15:26 +1000
commit0a42d5b98bc3083e20475eb1ecea20f9b876269d (patch)
treefd1abdcd2dfaefdd6d72dc509ba17b197be75ce0 /src/gallium
parentd9b9bb91ff1f6f519d69191fefe82c32c666633e (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/targets/dri/meson.build4
1 files changed, 2 insertions, 2 deletions
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'],