mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
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:
parent
6da18b6e4f
commit
0cb2ef434b
@ -271,7 +271,7 @@ AS_CASE([$CLUTTER_FLAVOUR],
|
|||||||
[eglnative],
|
[eglnative],
|
||||||
[
|
[
|
||||||
# the GL header is defined in the COGL checks above
|
# 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"
|
CLUTTER_EGL_BACKEND="generic"
|
||||||
|
|
||||||
SUPPORT_EGL=1
|
SUPPORT_EGL=1
|
||||||
|
Loading…
Reference in New Issue
Block a user