Files
RedBear-OS/recipes/wip/x11/libxmu/recipe.toml
T

24 lines
425 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libXmu-1.2.1.tar.xz"
blake3 = "466f7ab160c4e9f04866e9c895dbecb6a76ed1817ae16721d404c556d88f047e"
[build]
dependencies = [
"libice",
"libpthread-stubs",
"libsm",
"libx11",
"libxau",
"libxcb",
"libxext",
"libxt",
"x11proto",
"x11proto-kb",
"xextproto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""