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>
This commit is contained in:
Robert Bragg 2011-12-05 14:01:30 +00:00
parent 602a89afa8
commit d8e76c3415

View File

@ -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"