build(cmake) properly find evdev (#2176)

This commit is contained in:
ReenigneArcher
2024-02-26 12:55:34 -05:00
committed by GitHub
parent c6f94e93e0
commit 8a7a6c48f8
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>