eglnative: Fix the type of stage for eglnative

CLUTTER_TYPE_STAGE_EGLNATIVE does not exist any more, use
CUTTER_TYPE_STAGE_EGL instead.
This commit is contained in:
Damien Lespiau 2010-10-14 11:48:00 -04:00
parent 6da18b6e4f
commit 0cb2ef434b

View File

@ -271,7 +271,7 @@ AS_CASE([$CLUTTER_FLAVOUR],
[eglnative],
[
# the GL header is defined in the COGL checks above
CLUTTER_STAGE_TYPE="CLUTTER_TYPE_STAGE_EGLNATIVE"
CLUTTER_STAGE_TYPE="CLUTTER_TYPE_STAGE_EGL"
CLUTTER_EGL_BACKEND="generic"
SUPPORT_EGL=1