Files
hakurei/internal/rosa/package/xkbcommon.az
Ophestra 6d792023b2 internal/rosa/package: seatd
Required by wlroots sessions.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-27 23:17:33 +09:00

40 lines
656 B
Go

package xkbcommon {
description = "a library implementing the XKB specification for handling keyboard descriptions";
website = "https://xkbcommon.org";
anitya = 1780;
version# = "1.13.1";
source = remoteGitHub {
suffix = "xkbcommon/libxkbcommon";
tag = "xkbcommon-"+version;
checksum = "8L8-d1OT9vmCTR6y0fpG7IsSjelAdtDcaD9PRk7--49uEW5ZybD1-bniCxsQU_8Q";
};
env = [
"HOME=/proc/nonexistent",
];
exec = meson {
setup = {
"Denable-x11": "false";
};
};
inputs = [
m4,
bison,
libxml2,
wayland,
wayland-protocols,
xkeyboard-config,
];
runtime = [
libxml2,
wayland,
wayland-protocols,
xkeyboard-config,
];
}