redox/recipes/wip/libs/libxkbfile/recipe.toml
2024-02-22 03:31:34 +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",
]