19 lines
542 B
Python
19 lines
542 B
Python
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",
|
|
],
|
|
)
|