build: Fix CLUTTER_EGL_BACKEND definition for eglnative and cex100
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 14 Oct 2010 14:33:17 +0000 (15:33 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 18 Oct 2010 15:09:31 +0000 (16:09 +0100)
commit1c9dcdaeb295867d86a447cfc3df44d4e74d3ae0
tree54dc757598fee41011e3bad7eeba0600d6ebaaaf
parent32270730bdcc20d9ac19c5b66cfda08e8e839937
build: Fix CLUTTER_EGL_BACKEND definition for eglnative and cex100

CLUTTER_EGL_BACKEND is used to define a special EGL native backend to
use and was introduced for the CEX100 EGL backend. Unfortunately
CLUTTER_EGL_BACKEND was defined to "cex100" for eglnative, which is
obviously wrong.

The paches defines the right values for CLUTTER_EGL_BACKEND for the
eglnative and cex100 flavours.
configure.ac