Files
SFG545 bf96e50e44 Add various packages and patches for build system improvements
- Introduced valgrind with a patch to respect flags and updated its configuration.
- Added Vulkan ICD loader with CMake build configuration.
- Implemented Waf build system with a custom build script and configuration.
- Included Wayland protocols with Meson build system.
- Added xcb-util-keysyms with autotools configuration.
- Introduced Yasm with multiple patches for compatibility and improvements.
- Added Yelp tools and XSL with Meson build configurations and necessary patches for POSIX compliance.
2026-03-22 23:25:50 -05:00

29 lines
622 B
TOML

[build]
type = "cmake"
[build.flags]
configure = [ "-DHIDAPI_WITH_HIDRAW=OFF", "-DHIDAPI_WITH_LIBUSB=ON" ]
[dependencies]
build = [
"cmake",
"libusb",
]
runtime = ["glibc"]
[package]
description = "Simple library for communicating with USB and Bluetooth HID devices"
homepage = "https://github.com/libusb/hidapi"
license = [
"BSD-3-Clause",
"GPL-3.0-or-Later",
"HIDAPI",
]
name = "hidapi"
version = "0.15.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "5d84dec684c27b97b921d2f3b73218cb773cf4ea915caee317ac8fc73cef8136"
url = "https://github.com/libusb/hidapi/archive/hidapi-$version.tar.gz"