diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-09-07 10:36:22 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-09-07 10:37:48 +0900 |
| commit | 7ce65b9df7bd1ca3f2cd8cf7523f7bac10dc3e82 (patch) | |
| tree | d1823aa0285981ebf840f22bf6e799e6f4ead350 /internal/rosa/package/libliftoff/package.az | |
| parent | 5ecc0bdaf70a7c66761caf61f21c9f32bbdde429 (diff) | |
This includes a patch that fixes spurious alloc test failures when under load.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/libliftoff/package.az')
| -rw-r--r-- | internal/rosa/package/libliftoff/package.az | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/internal/rosa/package/libliftoff/package.az b/internal/rosa/package/libliftoff/package.az new file mode 100644 index 00000000..7d8900bc --- /dev/null +++ b/internal/rosa/package/libliftoff/package.az @@ -0,0 +1,23 @@ +package libliftoff { + description = "lightweight KMS plane library"; + website = "https://gitlab.freedesktop.org/emersion/libliftoff"; + anitya = 236274; + + version# = "0.5.0"; + source = remoteGitLab { + domain = "gitlab.freedesktop.org"; + suffix = "emersion/libliftoff"; + ref = "v"+version; + checksum = "anxKfrW56iK7l6-bm6RGcaC_uk-Kc8x3_VqKaywmSjv5HLCs6A2sHyjGUbOC9xZv"; + }; + patches = [ "0001-test-Disable-alloc-deadline-on-tests.patch" ]; + + exec = meson {}; + + inputs = [ + libdrm, + kernel-headers, + ]; + + runtime = nil; +} |
