configure: don't control egl version
authorUcan, Emre (ADITG/SW1) <eucan@de.adit-jv.com>
Wed, 18 Nov 2015 10:23:50 +0000 (10:23 +0000)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 27 Nov 2015 10:28:37 +0000 (12:28 +0200)
commit7d967da8c2034ccbffb091aa84d0f600813b7a0c
tree209eafa6ff2a6ee8b93fd844a391975b69d64309
parent062edf2b4c18bba4b46c2b50eda9739cc80e7def
configure: don't control egl version

The required version only corresponds to version of mesa implementation.
This mesa version requirement causes configure errors,
when weston is configured for a different egl implementation than mesa.
Because the version of the egl drivers are not alligned
to the mesa version.

Therefore, I deleted the version controlling for egl,
so that weston can be configured for a different egl implementation.

Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
configure.ac