mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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"
|
||||
|
||||
#ifdef HAVE_EVDEV
|
||||
#include "clutter-device-manager-evdev.h"
|
||||
#include "evdev/clutter-device-manager-evdev.h"
|
||||
#endif
|
||||
|
||||
#include "clutter-debug.h"
|
||||
|
Loading…
Reference in New Issue
Block a user