build(cmake) properly find evdev (#2176)
This commit is contained in:
parent
c6f94e93e0
commit
8a7a6c48f8
3 changed files with 13 additions and 3 deletions
|
|
@ -6,8 +6,10 @@
|
|||
#include <linux/uinput.h>
|
||||
#include <poll.h>
|
||||
|
||||
extern "C" {
|
||||
#include <libevdev/libevdev-uinput.h>
|
||||
#include <libevdev/libevdev.h>
|
||||
}
|
||||
|
||||
#ifdef SUNSHINE_BUILD_X11
|
||||
#include <X11/Xutil.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue