build(cmake) properly find evdev (#2176)

This commit is contained in:
ReenigneArcher 2024-02-26 12:55:34 -05:00 committed by GitHub
commit 8a7a6c48f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View file

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