configs:minnowboard_max-graphical_defconfig: re-enable GLX support
This defconfig loses mesa3d-demo and glmark2 package since commit5cb821d563
that 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:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user