mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
Add x11-minimal and x11-full meta-packages
This commit is contained in:
parent
63176da236
commit
67a5a16960
9
recipes/groups/x11-full/recipe.toml
Normal file
9
recipes/groups/x11-full/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"x11-minimal",
|
||||
"twm",
|
||||
"xev",
|
||||
"xeyes",
|
||||
"xkbutils",
|
||||
"xterm",
|
||||
]
|
||||
8
recipes/groups/x11-minimal/recipe.toml
Normal file
8
recipes/groups/x11-minimal/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"xinit",
|
||||
"xkbcomp",
|
||||
"xkeyboard-config",
|
||||
"xserver-xorg",
|
||||
"xserver-xorg-video-dummy",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user