mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Fix build on FreeBSD
This commit is contained in:
parent
28b0a4065b
commit
f86f1daf9a
10 changed files with 9 additions and 10 deletions
|
|
@ -8,7 +8,11 @@
|
|||
#include "idle-inhibit-unstable-v1-client-protocol.h"
|
||||
#include "xdg-shell-client-protocol.h"
|
||||
|
||||
#ifdef __linux__
|
||||
#include <linux/input-event-codes.h>
|
||||
#elif __FreeBSD__
|
||||
#include <dev/evdev/input-event-codes.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Usage: idle-inhibit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue