mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
libxi: move, update, and fix
This commit is contained in:
parent
fc8f03efec
commit
35f7750f2d
@ -1,5 +0,0 @@
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXi-1.8.1.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
24
recipes/wip/x11/libxi/recipe.toml
Normal file
24
recipes/wip/x11/libxi/recipe.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXi-1.8.2.tar.xz"
|
||||
blake3 = "8f0acdd884dc928c6c8bc4b6bca1f4c67c726fdb03e30910c09bdb41fd841d3e"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxfixes",
|
||||
"x11proto",
|
||||
"xextproto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure --enable-malloc0returnsnull
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user