mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
update recipes
This commit is contained in:
parent
cf76426e65
commit
0577d211f1
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO missing xorg-macros package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXi-1.8.1.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO missing xorg-macros package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXinerama-1.1.5.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
#TODO maybe wrong template
|
||||
#TODO missing kbproto package
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libxkbfile-1.1.2.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies =[
|
||||
"libx11",
|
||||
]
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO missing dependencies
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"libxext",
|
||||
]
|
||||
|
||||
@ -3,3 +3,7 @@
|
||||
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libx11",
|
||||
"x11proto",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user