mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
libxres: fix and move to wip/x11
This commit is contained in:
parent
8cb3244b74
commit
51165c63e8
@ -1,5 +0,0 @@
|
||||
#TODO missing xorg-macros package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXres-1.2.2.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
18
recipes/wip/x11/libxres/recipe.toml
Normal file
18
recipes/wip/x11/libxres/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXres-1.2.3.tar.xz"
|
||||
blake3 = "ed6e65e554fb812ddbec0667d749cb6c0488a964d7b12a7c4c2cadac1287088f"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"libxext",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure --enable-malloc0returnsnull
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user