mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-26 14:23:24 +08:00
package/kodi-peripheral-joystick: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0802ede021
commit
8cdb958e42
11
package/kodi-peripheral-joystick/Config.in
Normal file
11
package/kodi-peripheral-joystick/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_KODI_PERIPHERAL_JOYSTICK
|
||||
bool "kodi-peripheral-joystick"
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_KODI_PLATFORM
|
||||
help
|
||||
Kodi joystick support (drivers and button maps)
|
||||
|
||||
https://github.com/xbmc/peripheral.joystick
|
||||
|
||||
comment "kodi-peripheral-joystick needs udev /dev management"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 c2025c4ec280b44b5d8bb1c34185a94cc105f66f0b762087804bb7d2d633d999 kodi-peripheral-joystick-v1.3.2.tar.gz
|
15
package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
Normal file
15
package/kodi-peripheral-joystick/kodi-peripheral-joystick.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-peripheral-joystick
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'Krypton'
|
||||
# When Kodi is updated, then this should be updated to the corresponding branch
|
||||
KODI_PERIPHERAL_JOYSTICK_VERSION = v1.3.2
|
||||
KODI_PERIPHERAL_JOYSTICK_SITE = $(call github,xbmc,peripheral.joystick,$(KODI_PERIPHERAL_JOYSTICK_VERSION))
|
||||
KODI_PERIPHERAL_JOYSTICK_LICENSE = GPL-2.0+
|
||||
KODI_PERIPHERAL_JOYSTICK_LICENSE_FILES = src/addon.cpp
|
||||
KODI_PERIPHERAL_JOYSTICK_DEPENDENCIES = kodi-platform udev
|
||||
|
||||
$(eval $(cmake-package))
|
@ -293,6 +293,10 @@ menu "Audio encoder addons"
|
||||
source "package/kodi-audioencoder-wav/Config.in"
|
||||
endmenu
|
||||
|
||||
menu "Peripheral addons"
|
||||
source "package/kodi-peripheral-joystick/Config.in"
|
||||
endmenu
|
||||
|
||||
menu "PVR addons"
|
||||
source "package/kodi-pvr-argustv/Config.in"
|
||||
source "package/kodi-pvr-dvblink/Config.in"
|
||||
|
Loading…
Reference in New Issue
Block a user