glx: Fix GLX_CONTEXT_RELEASE_BEHAVIOR_ARB handling

Merged Adam Jackson requested to merge ajax/xserver:fix-glx-context-release-behaviour into master

None of this was getting compiled because we hadn't defined the macro (and aren't getting them from <GL/glxext.h> because reasons). Fix that.

Fixes: #684 (closed)

Merge request reports