mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
update recipes
This commit is contained in:
parent
39be1fa410
commit
cf76426e65
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXext-1.3.5.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
#TODO probably missing dependencies
|
||||
#TODO maybe wrong template
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"x11proto",
|
||||
"libx11",
|
||||
"libxext",
|
||||
]
|
||||
|
||||
@ -3,3 +3,7 @@
|
||||
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libxrender",
|
||||
"libx11",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user