internal/rosa/package: wlroots
All checks were successful
Test / Create distribution (push) Successful in 1m4s
Test / Sandbox (push) Successful in 2m57s
Test / ShareFS (push) Successful in 3m43s
Test / Hakurei (push) Successful in 3m50s
Test / Sandbox (race detector) (push) Successful in 5m22s
Test / Hakurei (race detector) (push) Successful in 6m31s
Test / Flake checks (push) Successful in 1m20s

Required by sway, which is required by vm test suite.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 10:59:09 +09:00
parent 0e0d5e8def
commit c346cb4c57

View File

@@ -0,0 +1,41 @@
package wlroots {
description = "a modular Wayland compositor library";
website = "https://gitlab.freedesktop.org/wlroots/wlroots";
anitya = 18357;
version# = "0.20.1";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "wlroots/wlroots";
ref = version;
checksum = "NQAn59GTXYBE4JHkgKnOUGZi9TGKcIrgH0khj53zDUj0whIQvNAc-sE_8xWYF66a";
};
exec = meson {
setup = {
"Dxwayland": "enabled";
"Dsession": "disabled";
};
};
inputs = [
mesa,
libglvnd,
hwdata,
wayland,
xwayland,
libxcb-wm,
xkbcommon,
pixman,
kernel-headers,
];
runtime = [
mesa,
libglvnd,
wayland,
libxcb-wm,
xkbcommon,
pixman,
];
}