forked from rosa/hakurei
Required by sway, which is required by vm test suite. Signed-off-by: Ophestra <cat@gensokyo.uk>
42 lines
671 B
Go
42 lines
671 B
Go
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,
|
|
];
|
|
}
|