Instead of adding kmsro drivers one by one, just add the full list of drivers supported by the current mesa 20.2. The impact to the target filesystem is low, as each driver only adds a symlink to the kmsro megadriver.
Signed-off-by: Lucas Stach <[email protected]> --- rules/mesalib.make | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 0ab0ccd1bf2e..a59e5f485fc8 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -64,7 +64,26 @@ MESALIB_DRI_LIBS-y = \ $(subst nouveau,nouveau_vieux,$(MESALIB_DRI_DRIVERS-y)) MESALIB_DRI_GALLIUM_LIBS-y = \ - $(subst kmsro,imx-drm pl111 hx8357d stm,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y))) + $(subst kmsro, \ + armada-drm \ + exynos \ + hx8357d \ + ili9225 \ + ili9341 \ + imx-drm \ + ingenic-drm \ + mcde \ + meson \ + mi0283qt \ + mxsfb-drm \ + pl111 \ + repaper \ + rockchip \ + st7586 \ + st7735r \ + stm \ + sun4i-drm \ + ,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y))) ifdef PTXCONF_ARCH_X86 MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD) += amd -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
