internal/rosa/package: libinput
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 3m28s
Test / ShareFS (push) Successful in 3m49s
Test / Sandbox (race detector) (push) Successful in 6m8s
Test / Hakurei (race detector) (push) Successful in 7m6s
Test / Hakurei (push) Successful in 2m33s
Test / Flake checks (push) Successful in 1m23s

Required by sway.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 17:07:49 +09:00
parent cfbd8bd6f1
commit 02c3823ed7

View File

@@ -0,0 +1,38 @@
package libinput {
description = "input device management and event handling library";
website = "https://www.freedesktop.org/wiki/Software/libinput";
anitya = 5781;
version# = "1.31.2";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "libinput/libinput";
ref = version;
checksum = "nEuOF4cBgyk87IE7vnZChZdZzOFxLkQ8R_jX0Px8z1DN3oHR7lsYZ--3ZWeegeRp";
};
early = "ln -sf ../system/bin/bash /bin/\n";
exec = meson {
setup = {
"Dmtdev": "false";
"Dlibwacom": "false";
"Ddebug-gui": "false";
};
};
inputs = [
bash,
diffutils,
python-pytest,
libudev-zero,
libevdev,
kernel-headers,
];
runtime = [
libudev-zero,
libevdev,
];
}