[clutter/wip/wayland: 7/7] eglnative: fix building eglnative BE with evdev support
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/wayland: 7/7] eglnative: fix building eglnative BE with evdev support
- Date: Mon, 5 Dec 2011 14:13:36 +0000 (UTC)
commit 6542e44d2937ee4ea2a16bd5e2387a14ff21942c
Author: Robert Bragg <robert linux intel com>
Date: Mon Dec 5 14:01:30 2011 +0000
eglnative: fix building eglnative BE with evdev support
this fixes how clutter-device-manager-evdev.h is included to fix a build
problem caused by not being able to find the header.
clutter/egl/clutter-backend-eglnative.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/egl/clutter-backend-eglnative.c b/clutter/egl/clutter-backend-eglnative.c
index 35ba3df..a99d374 100644
--- a/clutter/egl/clutter-backend-eglnative.c
+++ b/clutter/egl/clutter-backend-eglnative.c
@@ -41,7 +41,7 @@
#include "cogl/clutter-stage-cogl.h"
#ifdef HAVE_EVDEV
-#include "clutter-device-manager-evdev.h"
+#include "evdev/clutter-device-manager-evdev.h"
#endif
#include "clutter-debug.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]