configs/minnowboard_max-graphical_defconfig: unbreak X11/mesa
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 6 Jun 2021 07:05:21 +0000 (09:05 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 6 Jun 2021 07:32:31 +0000 (09:32 +0200)
commit0054fb6345ae09ce565ebae8273c224ff9364aa8
treeec3aa128a9889d5e8f8ec4fe51c8c1618f47c5bc
parent6f63917485b109dc050aee65c9b98b1cb814b350
configs/minnowboard_max-graphical_defconfig: unbreak X11/mesa

Fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/1297337965

Commit 15a2f9b819806d38a7d8172a2 (package/{mesa3d, mesa3d-headers}: bump
version to 21.0.2) marked BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST as legacy,
but forgot to update the defconfig.  The SW rasterizer isn't really needed
with the Intel GPU, so just drop it.

In addition, X11 now needs some help with loading the modules in the correct
order, similar to how it was done for the test in commit 4a3639bad01a
(support/testing: test_glxinfo load X11 modules in the right order).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
board/minnowboard/fs-overlay-graphical/etc/X11/xorg.conf.d/01-modules.conf [new file with mode: 0644]
configs/minnowboard_max-graphical_defconfig