mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
update recipes
This commit is contained in:
parent
36d4ada4ea
commit
46853091da
@ -1,5 +1,10 @@
|
||||
#TODO probably wrong script, see https://wezfurlong.org/wezterm/install/source.html
|
||||
#TODO Require Wayland
|
||||
[source]
|
||||
git = "https://github.com/wez/wezterm"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
./get-deps
|
||||
cookbook_cargo_packages wezterm
|
||||
"""
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO update mio to 0.8 (after cargo update)
|
||||
[source]
|
||||
git = "https://git.zx2c4.com/wireguard-rs"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make libxkbcommon work
|
||||
[source]
|
||||
git = "https://github.com/danyspin97/wpaperd"
|
||||
rev = "a99e4e3d8c05a933a3f428329c2883e635feca14"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://www.x.org/releases/individual/proto/xorgproto-2023.2.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO the redox target is not supported on the configure
|
||||
#TODO the redox target is not supported on the configure script
|
||||
[source]
|
||||
git = "https://code.videolan.org/videolan/x264"
|
||||
[build]
|
||||
|
||||
@ -6,6 +6,5 @@ rev = "7f36177f32a23eea88911afb90878046912d7e2d"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"qt6-base",
|
||||
"qt5-tools",
|
||||
"mesa",
|
||||
]
|
||||
|
||||
@ -3,3 +3,6 @@
|
||||
tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libxcb",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user