This commit is contained in:
2026-06-02 21:38:47 +02:00
parent d3c949b8a2
commit f51dab51db
70 changed files with 1632 additions and 21 deletions
+18
View File
@@ -0,0 +1,18 @@
version = "1.13.6"
revision = 1
description = "Wrapper library for evdev input devices"
license = "MIT"
url = "https://gitlab.freedesktop.org/libevdev/libevdev"
source = tarball(
url=f"https://www.freedesktop.org/software/libevdev/libevdev-{version}.tar.xz",
sha256="73f215eccbd8233f414737ac06bca2687e67c44b97d2d7576091aa9718551110",
)
host_deps = ["binutils", "gcc", "pkgconf"]
deps = [profile["libc"]]
configure, build, install = meson(
configure_args=[
"-Dtests=disabled",
"-Ddocumentation=disabled",
],
)