mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'add-x11-meta' into 'master'
Add x11-minimal and x11-full meta-packages See merge request redox-os/cookbook!566
This commit is contained in:
commit
fd08830d76
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