1
0
forked from rosa/hakurei
Files
hakurei/internal/rosa/package/libevdev.az
T
cat 4cf235675a internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-14 22:17:51 +09:00

27 lines
504 B
Go

package libevdev {
description = "wrapper library for evdev devices";
website = "https://www.freedesktop.org/software/libevdev";
anitya = 20540;
version# = "1.13.6";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "libevdev/libevdev";
ref = "libevdev-"+version;
checksum = "HJbLafbpqPaKvQitt0t484DiHPeg3t_CNv-45MluNUT66vYIdF7FSfrK0vSpUCdi";
};
exec = meson {
setup = {
"documentation": "disabled";
};
};
inputs = [
check,
bash,
kernel-headers,
];
}