mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Import triggerhappy from oldpackages, update copyright, license and pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -10,7 +10,7 @@ THCMD_COMPS := th-cmd cmdsocket
|
||||
|
||||
MAKEDEPEND = $(CC) -M -MG $(CPPFLAGS) -o $*.d $<
|
||||
|
||||
-LINUX_INPUT_H := $(shell echo '\#include <linux/input.h>' | $(CC) $(CPPFLAGS) -M -E - | awk 'NR==1 {print $$2}')
|
||||
+LINUX_INPUT_H := $(shell for i in `echo | $(CC) $(CPPFLAGS) -M -E -include 'linux/input.h' -`; do test -f "$$i" && echo "$$i" && break; done)
|
||||
|
||||
all: thd th-cmd man
|
||||
|
||||
Reference in New Issue
Block a user