mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Merge branch 'autotools-group' into 'master'
Add "autotools" meta-package for faster installation See merge request redox-os/redox!2123
This commit is contained in:
commit
baec8f7bb4
@ -14,6 +14,7 @@ prompt = false
|
||||
# Meta-packages below
|
||||
|
||||
auto-test = {}
|
||||
autotools = {}
|
||||
dev-essential = {}
|
||||
dev-redox = {}
|
||||
llvm21-common = {}
|
||||
|
||||
5
recipes/groups/autotools/recipe.toml
Normal file
5
recipes/groups/autotools/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"autoconf",
|
||||
"automake",
|
||||
]
|
||||
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"autoconf",
|
||||
"automake",
|
||||
"autotools",
|
||||
"gcc13",
|
||||
"gcc13.cxx",
|
||||
"gnu-binutils",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user