mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
libxrandr: move, update, and fix
This commit is contained in:
parent
d4fef6be80
commit
593e3acf6e
@ -1,5 +0,0 @@
|
||||
#TODO missing xorg-macros package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXrandr-1.5.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
24
recipes/wip/x11/libxrandr/recipe.toml
Normal file
24
recipes/wip/x11/libxrandr/recipe.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXrandr-1.5.4.tar.xz"
|
||||
blake3 = "c107a47d9c4329996d74d7a1ab8d254a2cf3aecea1575d7e146da9a06b762081"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libpthread-stubs",
|
||||
"libx11",
|
||||
"libxau",
|
||||
"libxcb",
|
||||
"libxext",
|
||||
"libxrender",
|
||||
"x11proto",
|
||||
"xextproto",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure --enable-malloc0returnsnull
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user