support/testing/glxinfo: explicitely enable GLX
authorRomain Naour <romain.naour@smile.fr>
Thu, 13 Feb 2020 21:40:45 +0000 (22:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Feb 2020 10:59:13 +0000 (11:59 +0100)
commitfaec5c583ec59e968fdb547aea93ab6ed001eb45
tree662db29d18dcc160b913aca7ae535ad73c9dfdc0
parent84140d000702ead2fb62cfbd3d9244873b691668
support/testing/glxinfo: explicitely enable GLX

Since [1], the GLX support is enabled by BR2_PACKAGE_MESA3D_OPENGL_GLX
symbol.

Since [2], only one swrast provider can be built.
Keep BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST.

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

[1] 5cb821d5635626b7327d5d704555c412e5ed5a1f
[2] 09a0a285076f544de335efc74c8904e464576575

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/package/test_glxinfo.py