summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
authorGravatar Antti Korpi2016-04-22 02:56:53 +0100
committerGravatar Antti Korpi2016-04-22 02:56:53 +0100
commit5b7fd9741183a3d6abeb48b58be0112e86bb8abf (patch)
treea6bd3ed6e2c42ea9243f70bb719ff8d204de4f39 /makefile
parent1a5e733cb27143215f5ce19ef8ce8ff4cb3035fe (diff)
downloadxkbcat-5b7fd9741183a3d6abeb48b58be0112e86bb8abf.tar.gz
xkbcat-5b7fd9741183a3d6abeb48b58be0112e86bb8abf.zip
Use XInput2 raw master device instead of polling
Neater implementation, better performance.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 765f99e..b8341c4 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
xkbcat: xkbcat.c
- clang -O3 --std=gnu11 -pedantic -Wall -lX11 -o xkbcat xkbcat.c
+ clang -O3 --std=gnu11 -pedantic -Wall -lX11 -lXi -o xkbcat xkbcat.c
clean:
rm xkbcat
.PHONY: xkbcat