glx_arb_create_context: Fix build against older GL headers.
commit93fdb8c5e3d76e8140d8cb81679d6001a9ed116d
authorVinson Lee <vlee@freedesktop.org>
Fri, 22 Mar 2019 20:37:18 +0000 (22 13:37 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 26 Mar 2019 21:14:12 +0000 (26 14:14 -0700)
treef2c52497763d0e87377bc8f056ec0e3668b7a0ca
parent1b7a614d89495594ef658db221bf408f62456a07
glx_arb_create_context: Fix build against older GL headers.

no-error.c: In function ‘check_no_error’:
no-error.c:37:3: error: ‘GLX_CONTEXT_OPENGL_NO_ERROR_ARB’ undeclared (first use in this function)
   GLX_CONTEXT_OPENGL_NO_ERROR_ARB, 1,
   ^

Fixes: 4991384f1332 ("glx: add test for GLX_ARB_create_context_no_error")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Adam Jackson <ajax@redhat.com>
tests/spec/glx_arb_create_context/no-error.c