6566b29a13
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
21 lines
407 B
TOML
21 lines
407 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXt-1.3.1.tar.xz"
|
|
blake3 = "fbf21683ce3e6d104529289254977bb08b355ecf7a36c763e8369acf85f15f24"
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libice",
|
|
"libpthread-stubs",
|
|
"libsm",
|
|
"libx11",
|
|
"libxau",
|
|
"libxcb",
|
|
"x11proto",
|
|
"x11proto-kb",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure --enable-malloc0returnsnull
|
|
"""
|