mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Add joy2key app
This commit is contained in:
4
package/joy2key/Config.in
Normal file
4
package/joy2key/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_JOY2KEY
|
||||
bool "joy2key"
|
||||
help
|
||||
Joy2key will translate your joystick movements into the equivilent keystrokes
|
||||
6
package/joy2key/joy2key.mk
Normal file
6
package/joy2key/joy2key.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
JOY2KEY_VERSION = origin/master
|
||||
JOY2KEY_SITE_METHOD = git
|
||||
JOY2KEY_SITE = https://github.com/joolswills/joy2key.git
|
||||
JOY2KEY_AUTORECONF = YES
|
||||
JOY2KEY_CONF_OPTS = --disable-X
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user