aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-27 02:28:07 +0200
committerMattias Andrée <maandree@kth.se>2022-07-27 02:28:07 +0200
commitf0058b966ecf90070168c5b74a73ca2b2ff3e65a (patch)
tree89b22c89fe9dc7333e75dfe215440b8eb01ff1e7 /config.mk
parentImprove documentation and add LIBGAMEPAD_CONTROLLER_LINUX_4_12_RECTIFIED_3BTN (diff)
downloadlibgamepad-f0058b966ecf90070168c5b74a73ca2b2ff3e65a.tar.gz
libgamepad-f0058b966ecf90070168c5b74a73ca2b2ff3e65a.tar.bz2
libgamepad-f0058b966ecf90070168c5b74a73ca2b2ff3e65a.tar.xz
Fix button and axis names
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 34f4a3c..8453750 100644
--- a/config.mk
+++ b/config.mk
@@ -10,3 +10,5 @@ LDFLAGS =
LIBS_CFLAGS = $$(pkg-config --cflags libevdev)
LIBS_LDFLAGS = $$(pkg-config --libs libevdev) -ludev -lm
+
+INPUT_EVENT_CODES_H = /usr/include/linux/input-event-codes.h