build: Fix EGL/CEX100 build with GLES2
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 14 Oct 2010 15:32:13 +0000 (16:32 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 18 Oct 2010 15:08:47 +0000 (16:08 +0100)
Some headers files have been renamed or removed and the gles(2) did not
compile anymore, fix that.

clutter/cogl/cogl/driver/gles/cogl-gles.c
clutter/cogl/cogl/driver/gles/cogl-gles2-wrapper.c

index 8b99eb2..15d6525 100644 (file)
@@ -67,7 +67,7 @@ _cogl_check_driver_valid (GError **error)
 
 static const CoglFeatureData cogl_feature_data[] =
   {
-#include "cogl-feature-functions.h"
+#include "cogl-feature-functions-gles.h"
   };
 
 void
index 5cc1277..bdc108e 100644 (file)
@@ -39,7 +39,7 @@
 #include "cogl-fixed-fragment-shader.h"
 #include "cogl-context.h"
 #include "cogl-shader-private.h"
-#include "cogl-program.h"
+#include "cogl-shader.h"
 #include "cogl-internal.h"
 
 #define _COGL_GET_GLES2_WRAPPER(wvar, retval)                  \