mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
libxdmcp: move and update
This commit is contained in:
parent
f1c2ac39a1
commit
09dc4ebf33
@ -1,8 +0,0 @@
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"x11proto",
|
||||
]
|
||||
17
recipes/wip/x11/libxdmcp/recipe.toml
Normal file
17
recipes/wip/x11/libxdmcp/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.5.tar.xz"
|
||||
blake3 = "d93c5ceb04019228ee6f034c4d10826025a7ae756d7b2f884fc2f768577173ba"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"x11proto"
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user