From: Romain Naour Date: Tue, 21 Apr 2020 17:26:39 +0000 (+0200) Subject: configs:minnowboard_max-graphical_defconfig: re-enable GLX support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffedbd1c531812804668a5b1ea1772f737f2f996;p=buildroot.git configs:minnowboard_max-graphical_defconfig: re-enable GLX support This defconfig loses mesa3d-demo and glmark2 package since commit 5cb821d5635626b7327d5d704555c412e5ed5a1f that introduced an explicit option to enable GLX support. This fixes the new defconfig check. Signed-off-by: Romain Naour Cc: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- diff --git a/configs/minnowboard_max-graphical_defconfig b/configs/minnowboard_max-graphical_defconfig index 33630c6b09..910c324e25 100644 --- a/configs/minnowboard_max-graphical_defconfig +++ b/configs/minnowboard_max-graphical_defconfig @@ -42,6 +42,7 @@ BR2_PACKAGE_MESA3D_DEMOS=y BR2_PACKAGE_MESA3D=y BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y +BR2_PACKAGE_MESA3D_OPENGL_GLX=y # Framebuffer (just for testing purposes) BR2_PACKAGE_FB_TEST_APP=y