mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-02-16 22:29:20 +00:00
hidapi: add addon-depends package to support flirc_util
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
parent
6a2252feb5
commit
e9fa379f83
9
licenses/HIDAPI-orig.txt
Normal file
9
licenses/HIDAPI-orig.txt
Normal file
@ -0,0 +1,9 @@
|
||||
HIDAPI - Multi-Platform library for
|
||||
communication with HID devices.
|
||||
|
||||
Copyright 2009, Alan Ott, Signal 11 Software.
|
||||
All Rights Reserved.
|
||||
|
||||
This software may be used by anyone for any reason so
|
||||
long as the copyright notice in the source files
|
||||
remains intact.
|
12
packages/addons/addon-depends/hidapi/package.mk
Normal file
12
packages/addons/addon-depends/hidapi/package.mk
Normal file
@ -0,0 +1,12 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="hidapi"
|
||||
PKG_VERSION="0.14.0"
|
||||
PKG_SHA256="a5714234abe6e1f53647dd8cba7d69f65f71c558b7896ed218864ffcf405bcbd"
|
||||
PKG_LICENSE="HIDAPI-orig"
|
||||
PKG_SITE="http://libusb.info/"
|
||||
PKG_URL="https://github.com/libusb/hidapi/archive/refs/tags/hidapi-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain libusb"
|
||||
PKG_LONGDESC="HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices."
|
||||
PKG_TOOLCHAIN="cmake"
|
Loading…
x
Reference in New Issue
Block a user