Files
LibreELEC.tv/packages/addons/addon-depends/hidapi/package.mk
Rudi Heitbaum 34903a8a45 hidapi: update to 0.15.0
Includes now uptreamed patch.
Revert "hidapi: allow build with cmake-4.0.0"
This reverts commit d3bc779d17.
2025-06-06 12:19:43 +00:00

13 lines
565 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="hidapi"
PKG_VERSION="0.15.0"
PKG_SHA256="5d84dec684c27b97b921d2f3b73218cb773cf4ea915caee317ac8fc73cef8136"
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"