[clutter/wip/wayland: 7/10] 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/10] eglnative: fix building eglnative BE with evdev support
- Date: Tue, 6 Dec 2011 22:05:49 +0000 (UTC)
commit a6efd92c75e8629fde448b7ea9d71cf528363594
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]