kmsro: Add the rest of the current set of tinydrm drivers.
[mesa.git] / src / gallium / targets / dri / meson.build
index df77d329efa16fa7c598280f701a7fb234983060..43f7ac2c22cd20f1aebf5ba394b2bfc1aedb3f4e 100644 (file)
@@ -62,11 +62,19 @@ libgallium_dri = shared_library(
   ],
 )
 
-foreach d : [[with_gallium_kmsro, 'pl111_dri.so'],
-             [with_gallium_kmsro, 'hx8357d_dri.so'],
-             [with_gallium_kmsro, 'imx-drm_dri.so'],
-             [with_gallium_kmsro, 'rockchip_dri.so'],
-             [with_gallium_kmsro, 'meson_dri.so'],
+foreach d : [[with_gallium_kmsro, [
+               'hx8357d_dri.so',
+               'ili9225_dri.so',
+               'ili9341_dri.so',
+               'imx-drm_dri.so',
+               'meson_dri.so',
+               'mi0283qt_dri.so',
+               'pl111_dri.so',
+               'repaper_dri.so',
+               'rockchip_dri.so',
+               'st7586.so',
+               'st7735r.so',
+             ]],
              [with_gallium_radeonsi, 'radeonsi_dri.so'],
              [with_gallium_nouveau, 'nouveau_dri.so'],
              [with_gallium_freedreno, ['msm_dri.so', 'kgsl_dri.so']],