mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Add "autotools" meta-package for faster installation
This commit is contained in:
parent
c9500591b2
commit
60bf9b5470
@ -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