mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add libxt
This commit is contained in:
parent
1eaff4c632
commit
4a216ac55e
24
recipes/wip/x11/libxt/recipe.toml
Normal file
24
recipes/wip/x11/libxt/recipe.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXt-1.3.1.tar.xz"
|
||||
blake3 = "fbf21683ce3e6d104529289254977bb08b355ecf7a36c763e8369acf85f15f24"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libice",
|
||||
"libpthread-stubs",
|
||||
"libsm",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"x11proto",
|
||||
"x11proto-kb",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure --enable-malloc0returnsnull
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user