mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
libxfixes: move, update, and fix
This commit is contained in:
parent
016b02c328
commit
fc8f03efec
@ -1,10 +0,0 @@
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"x11proto",
|
||||
"libx11",
|
||||
"libxext",
|
||||
]
|
||||
22
recipes/wip/x11/libxfixes/recipe.toml
Normal file
22
recipes/wip/x11/libxfixes/recipe.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz"
|
||||
blake3 = "ccbae58717aa81f1ef52a2e6cbb7c57553a98b93f5a7a6f8a78e793a3a0c7f78"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"x11proto",
|
||||
"xextproto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user