redox/recipes/dri/drm-info/recipe.toml
bjorn3 a66bc4459a Promote some drm related recipes out of wip
Haven't found any redox related bugs in them in the past couple of months.
2026-05-13 22:14:07 +02:00

12 lines
283 B
TOML

[source]
tar = "https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v2.9.0/drm_info-v2.9.0.tar.gz"
blake3 = "48ff592b206a85c1d946abfe2f8a4e7ef40f9f1ee7d3d5ee454a33390f86d8cb"
patches = ["redox.patch"]
[build]
dependencies = [
"json-c",
"libdrm",
]
template = "meson"