mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
libxmu: move, update, and fix compilation
This commit is contained in:
parent
7387bfac63
commit
45911f9d98
@ -1,9 +0,0 @@
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"libxext",
|
||||
]
|
||||
27
recipes/wip/x11/libxmu/recipe.toml
Normal file
27
recipes/wip/x11/libxmu/recipe.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXmu-1.2.1.tar.xz"
|
||||
blake3 = "466f7ab160c4e9f04866e9c895dbecb6a76ed1817ae16721d404c556d88f047e"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libice",
|
||||
"libpthread-stubs",
|
||||
"libsm",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxt",
|
||||
"x11proto",
|
||||
"x11proto-kb",
|
||||
"xextproto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user