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
All flags in practice use this convention. An escape hatch is available by leaving the value empty. Signed-off-by: Ophestra <cat@gensokyo.uk>
30 lines
553 B
Go
30 lines
553 B
Go
package libdrm {
|
|
description = "a userspace library for accessing the DRM";
|
|
website = "https://dri.freedesktop.org";
|
|
anitya = 1596;
|
|
|
|
version# = "2.4.134";
|
|
source = remoteGitLab {
|
|
domain = "gitlab.freedesktop.org";
|
|
suffix = "mesa/libdrm";
|
|
ref = "libdrm-"+version;
|
|
checksum = "L81a0vjK3RBWDwLHPkyTvy-us37ICD_hD2GcIb5s8Lx_OhVWxqdElzeMCgzQ4yiK";
|
|
};
|
|
|
|
exec = meson {
|
|
setup = {
|
|
"intel": "enabled";
|
|
};
|
|
};
|
|
|
|
inputs = [
|
|
// symbols check fail with llvm nm
|
|
binutils,
|
|
|
|
libpciaccess,
|
|
kernel-headers,
|
|
];
|
|
|
|
runtime = [ libpciaccess ];
|
|
}
|