internal/rosa/package: migrate mesa dependencies
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m42s
Test / Hakurei (push) Successful in 3m48s
Test / ShareFS (push) Successful in 3m44s
Test / Sandbox (race detector) (push) Successful in 5m23s
Test / Hakurei (race detector) (push) Successful in 6m29s
Test / Flake checks (push) Successful in 1m20s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-20 03:51:48 +09:00
parent ef414ab01a
commit d728607505
7 changed files with 151 additions and 178 deletions
+29
View File
@@ -0,0 +1,29 @@
package libdrm {
description = "a userspace library for accessing the DRM";
website = "https://dri.freedesktop.org";
anitya = 1596;
version* = "2.4.133";
source = remoteGitLab {
domain = "gitlab.freedesktop.org";
suffix = "mesa/libdrm";
ref = "libdrm-"+version;
checksum = "bfj296NcR9DndO11hqDbSRFPqaweSLMqRk3dlCPZpM6FONX1WZ9J4JdbTDMUd1rU";
};
exec = meson {
setup = {
"Dintel": "enabled";
};
};
inputs = [
// symbols check fail with llvm nm
binutils,
libpciaccess,
kernel-headers,
];
runtime = [ libpciaccess ];
}