3975dd3e0f
Test / Create distribution (push) Successful in 3m19s
Test / Sandbox (push) Successful in 7m58s
Test / ShareFS (push) Successful in 10m31s
Test / Hakurei (push) Successful in 11m0s
Test / Sandbox (race detector) (push) Successful in 12m8s
Test / Hakurei (race detector) (push) Successful in 6m4s
Test / Flake checks (push) Successful in 2m47s
This centralises the workaround for surprisingly common buggy scripts with nonstandard hardcoded paths. Signed-off-by: Ophestra <cat@gensokyo.uk>
38 lines
668 B
Go
38 lines
668 B
Go
package libinput {
|
|
description = "input device management and event handling library";
|
|
website = "https://www.freedesktop.org/wiki/Software/libinput";
|
|
anitya = 5781;
|
|
|
|
version# = "1.31.3";
|
|
source = remoteGitLab {
|
|
domain = "gitlab.freedesktop.org";
|
|
suffix = "libinput/libinput";
|
|
ref = version;
|
|
checksum = "GxBGPN6YybQxrD2MDsIL8gdDYImXn4NAJi6EvTx_Hb_1jcbjwCrjeyjY2upUyTMi";
|
|
};
|
|
|
|
bin = [ "bash" ];
|
|
exec = meson {
|
|
setup = {
|
|
"Dmtdev": "false";
|
|
"Dlibwacom": "false";
|
|
"Ddebug-gui": "false";
|
|
};
|
|
};
|
|
|
|
inputs = [
|
|
bash,
|
|
diffutils,
|
|
python-pytest,
|
|
|
|
libudev-zero,
|
|
libevdev,
|
|
kernel-headers,
|
|
];
|
|
|
|
runtime = [
|
|
libudev-zero,
|
|
libevdev,
|
|
];
|
|
}
|