mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
configs:minnowboard_max-graphical_defconfig: re-enable GLX support
This defconfig loses mesa3d-demo and glmark2 package since commit5cb821d563that introduced an explicit option to enable GLX support. This fixes the new defconfig check. Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitffedbd1c53) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
80f3c1f49d
commit
afad679486
@@ -42,6 +42,7 @@ BR2_PACKAGE_MESA3D_DEMOS=y
|
|||||||
BR2_PACKAGE_MESA3D=y
|
BR2_PACKAGE_MESA3D=y
|
||||||
BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
|
BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
|
||||||
BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
|
BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
|
||||||
|
BR2_PACKAGE_MESA3D_OPENGL_GLX=y
|
||||||
|
|
||||||
# Framebuffer (just for testing purposes)
|
# Framebuffer (just for testing purposes)
|
||||||
BR2_PACKAGE_FB_TEST_APP=y
|
BR2_PACKAGE_FB_TEST_APP=y
|
||||||
|
|||||||
Reference in New Issue
Block a user