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:
parent
602a89afa8
commit
d8e76c3415
@ -41,7 +41,7 @@
|
|||||||
#include "cogl/clutter-stage-cogl.h"
|
#include "cogl/clutter-stage-cogl.h"
|
||||||
|
|
||||||
#ifdef HAVE_EVDEV
|
#ifdef HAVE_EVDEV
|
||||||
#include "clutter-device-manager-evdev.h"
|
#include "evdev/clutter-device-manager-evdev.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "clutter-debug.h"
|
#include "clutter-debug.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user