mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Define llvm and mate common groups
This commit is contained in:
parent
38d9a374f7
commit
e3934f868d
@ -4,7 +4,6 @@ dependencies = [
|
||||
"automake",
|
||||
"gcc13",
|
||||
"gcc13.cxx",
|
||||
"llvm21",
|
||||
"gnu-binutils",
|
||||
"gnu-make",
|
||||
"gnu-grep",
|
||||
|
||||
7
recipes/groups/llvm-common/recipe.toml
Normal file
7
recipes/groups/llvm-common/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"clang21",
|
||||
"llvm21",
|
||||
"llvm21.runtime",
|
||||
"lld21",
|
||||
]
|
||||
11
recipes/groups/mate-common/recipe.toml
Normal file
11
recipes/groups/mate-common/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"caja",
|
||||
"marco",
|
||||
"mate-control-center",
|
||||
"mate-icon-theme",
|
||||
"mate-panel",
|
||||
"mate-session-manager",
|
||||
"mate-settings-daemon",
|
||||
"mate-terminal",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user