mirror of
https://github.com/brl/mutter.git
synced 2025-02-19 22:54:08 +00:00
build: Fix EGL/CEX100 build with GLES2
Some headers files have been renamed or removed and the gles(2) did not compile anymore, fix that.
This commit is contained in:
parent
0f613ea134
commit
32270730bd
@ -67,7 +67,7 @@ _cogl_check_driver_valid (GError **error)
|
|||||||
|
|
||||||
static const CoglFeatureData cogl_feature_data[] =
|
static const CoglFeatureData cogl_feature_data[] =
|
||||||
{
|
{
|
||||||
#include "cogl-feature-functions.h"
|
#include "cogl-feature-functions-gles.h"
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#include "cogl-fixed-fragment-shader.h"
|
#include "cogl-fixed-fragment-shader.h"
|
||||||
#include "cogl-context.h"
|
#include "cogl-context.h"
|
||||||
#include "cogl-shader-private.h"
|
#include "cogl-shader-private.h"
|
||||||
#include "cogl-program.h"
|
#include "cogl-shader.h"
|
||||||
#include "cogl-internal.h"
|
#include "cogl-internal.h"
|
||||||
|
|
||||||
#define _COGL_GET_GLES2_WRAPPER(wvar, retval) \
|
#define _COGL_GET_GLES2_WRAPPER(wvar, retval) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user