mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
libxrender: move, update, and fix
This commit is contained in:
parent
35f7750f2d
commit
df8e612c8b
@ -1,5 +0,0 @@
|
||||
#TODO missing xorg-macros package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXrender-0.9.11.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
21
recipes/wip/x11/libxrender/recipe.toml
Normal file
21
recipes/wip/x11/libxrender/recipe.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXrender-0.9.12.tar.xz"
|
||||
blake3 = "900b431ad77835029a88fd0d874bbd0d748ff150b9e0c3841b3ce7a346cf396a"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"x11proto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure --enable-malloc0returnsnull
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user