[clutter/wip/wayland: 7/7] eglnative: fix building eglnative BE with evdev support



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]