configure.ac: loosen --enable-glvnd check to honour egl
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 31 Oct 2017 18:58:09 +0000 (18:58 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 8 Nov 2017 15:52:56 +0000 (15:52 +0000)
commitb4967561c035182b64d3ae0f474d4ef281535ce1
tree9ce2b8001d461ca4ce2a0bd183c212547f6a0a5b
parent61e99ce2673fae989baa59143b48c30f64b6a082
configure.ac: loosen --enable-glvnd check to honour egl

Currently we error out when building GLVND w/o GLX.

That was the original premice before we had EGL. As the commit says,
that error should be reworked to honour both - do so.

v2: Drop noop *);; (Eric)

Reported-by: Lukas Rusak <lorusak@gmail.com>
Fixes: ce562f9e3fa ("EGL: Implement the libglvnd interface for EGL (v3)")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Tested-by: Lukas Rusak <lorusak@gmail.com> (v1)
configure.ac