[clutter] eglnative: fix building eglnative BE with evdev support



commit d8e76c341558f852bb1c4a94959120eeee459f88
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.
    
    Reviewed-by: Emmanuele Bassi <ebassi linux intel com>

 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]