ab3c37f75a
Test / Create distribution (push) Successful in 57s
Test / Sandbox (push) Successful in 3m23s
Test / Hakurei (push) Successful in 8m1s
Test / Sandbox (race detector) (push) Successful in 6m20s
Test / ShareFS (push) Successful in 6m30s
Test / Hakurei (race detector) (push) Successful in 11m34s
Test / Flake checks (push) Successful in 3m2s
Signed-off-by: Ophestra <cat@gensokyo.uk>
49 lines
771 B
Go
49 lines
771 B
Go
package wlroots {
|
|
description = "a modular Wayland compositor library";
|
|
website = "https://gitlab.freedesktop.org/wlroots/wlroots";
|
|
anitya = 18357;
|
|
|
|
version# = "0.20.2";
|
|
source = remoteGitLab {
|
|
domain = "gitlab.freedesktop.org";
|
|
suffix = "wlroots/wlroots";
|
|
ref = version;
|
|
checksum = "TDDJLXJ83uZEu-81LZeDlM0f1wNxaFd4Xn2q1NlKhm7IAEHnZJQHSdLmJIC4As_e";
|
|
};
|
|
|
|
exec = meson {
|
|
setup = {
|
|
"Dxwayland": "enabled";
|
|
"Dallocators": "gbm";
|
|
"Dbackends": "drm,libinput";
|
|
};
|
|
};
|
|
|
|
inputs = [
|
|
mesa,
|
|
libglvnd,
|
|
hwdata,
|
|
wayland,
|
|
xwayland,
|
|
libxcb-wm,
|
|
xkbcommon,
|
|
pixman,
|
|
seatd,
|
|
libinput,
|
|
libliftoff,
|
|
kernel-headers,
|
|
];
|
|
|
|
runtime = [
|
|
mesa,
|
|
libglvnd,
|
|
wayland,
|
|
libxcb-wm,
|
|
xkbcommon,
|
|
pixman,
|
|
seatd,
|
|
libinput,
|
|
libliftoff,
|
|
];
|
|
}
|