[mutter] wayland: Fix cogl include
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] wayland: Fix cogl include
- Date: Wed, 23 Nov 2016 17:04:36 +0000 (UTC)
commit 4af62438f206f17fcfd57dcfa2740e2168415f30
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Nov 22 17:24:33 2016 +0100
wayland: Fix cogl include
Do not include cogl.h in a way that may pick up the header from a
system-installed cogl version, which is incompatible with our
internal fork.
src/wayland/meta-wayland-egl-stream.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland-egl-stream.h b/src/wayland/meta-wayland-egl-stream.h
index db9a940..12a011f 100644
--- a/src/wayland/meta-wayland-egl-stream.h
+++ b/src/wayland/meta-wayland-egl-stream.h
@@ -28,7 +28,7 @@
#include <glib.h>
#include <glib-object.h>
-#include "cogl/cogl/cogl.h"
+#include "cogl/cogl.h"
#include "wayland/meta-wayland-types.h"
#define META_TYPE_WAYLAND_EGL_STREAM (meta_wayland_egl_stream_get_type ())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]