Files
RedBear-OS/local/recipes/libs/libdrm/recipe.toml
T
vasilito 5c5f853192 fix: correct libdrm patch relative paths for symlink resolution
The cookbook resolves patch paths from recipe.dir which is the symlink
path (recipes/libs/libdrm/), not the physical path (local/recipes/).
Fix ../../../patches/libdrm/ → ../../../local/patches/libdrm/ to
match the convention used by kernel, base, relibc, and other recipes.
2026-05-28 18:36:57 +03:00

17 lines
701 B
TOML

[source]
tar = "https://gitlab.freedesktop.org/mesa/libdrm/-/archive/libdrm-2.4.125/libdrm-libdrm-2.4.125.tar.gz"
blake3 = "33e6448252639f4ff8a8cd30129b335c5d85356c1c93f8d77a79221003b14f66"
patches = ["redox.patch", "../../../local/patches/libdrm/P1-drm-ioctl-bridge.patch", "../../../local/patches/libdrm/P2-drm-get-pci-info.patch", "../../../local/patches/libdrm/P3-drm-get-version-driver-name.patch", "../../../local/patches/libdrm/P4-drmGetDeviceFromDevId-redox.patch"]
[build]
template = "meson"
mesonflags = [
"-Damdgpu=enabled",
"-Dintel=disabled",
"-Dnouveau=disabled",
"-Dradeon=disabled",
"-Dvmwgfx=disabled",
"-Dtests=false",
"-Dc_args=-Wno-unused-function",
]