mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
update recipes
This commit is contained in:
parent
085ebe7c6f
commit
39be1fa410
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make dependencies work
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"x11proto",
|
||||
"libxext",
|
||||
"libxmu",
|
||||
]
|
||||
@ -1,5 +1,4 @@
|
||||
#TODO probably missing dependencies
|
||||
#TODO maybe wrong template
|
||||
#TODO missing xcb-proto package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/xcb/libxcb-1.16.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make dependencies work
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXcomposite-0.4.6.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"x11proto",
|
||||
]
|
||||
|
||||
@ -1,5 +1,10 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make dependencies work
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXcursor-1.2.1.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"libxfixes",
|
||||
"libxrender",
|
||||
]
|
||||
|
||||
@ -1,5 +1,10 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libxfixes",
|
||||
"libx11",
|
||||
"x11proto",
|
||||
]
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"x11proto",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user