Files
hakurei/internal/rosa/package/wayland.az
T
cat 4cf235675a
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 3m1s
Test / ShareFS (push) Successful in 4m37s
Test / Hakurei (push) Successful in 4m43s
Test / Sandbox (race detector) (push) Successful in 6m5s
Test / Hakurei (race detector) (push) Successful in 7m13s
Test / Flake checks (push) Successful in 1m6s
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

61 lines
1.1 KiB
Go

package wayland {
description = "core Wayland window system code and protocol";
website = "https://wayland.freedesktop.org";
anitya = 10061;
version# = "1.25.91";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "wayland/wayland";
ref = version;
checksum = "SvltMSgObMdDmRoqlSRg_TlKoemR3R-uXtRlRE8bvdw6MFxFp69f0geLOJvahyLT";
};
writable = true;
early = `
chmod +w tests tests/sanity-test.c
echo 'int main(){}' > tests/sanity-test.c
`;
exec = meson {
setup = {
"default_library": "both";
"documentation": "false";
"tests": "true";
};
};
inputs = [
awk,
diffutils,
libffi,
libexpat,
libxml2,
];
runtime = [
libffi,
libexpat,
libxml2,
];
}
package wayland-protocols {
description = "additional standard Wayland protocols";
website = "https://wayland.freedesktop.org";
anitya = 13997;
version# = "1.49";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "wayland/wayland-protocols";
ref = version;
checksum = "HvV0Zk4KadZNqVBD-FXYN1ZcOsHI2HKnqVFk0hZzEF2jt3UZjkddgZLJthF0v8Ki";
};
exec = meson {};
inputs = [ wayland ];
}