redox/recipes/wip/libxkbfile/recipe.toml
2023-12-22 03:00:47 +00:00

9 lines
176 B
TOML

#TODO missing kbproto package
[source]
tar = "https://www.x.org/releases/individual/lib/libxkbfile-1.1.2.tar.xz"
[build]
template = "configure"
dependencies =[
"libx11",
]