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:
Jeremy Soller 2026-05-06 20:11:19 -06:00
commit baec8f7bb4
3 changed files with 7 additions and 2 deletions

View File

@ -14,6 +14,7 @@ prompt = false
# Meta-packages below
auto-test = {}
autotools = {}
dev-essential = {}
dev-redox = {}
llvm21-common = {}

View File

@ -0,0 +1,5 @@
[package]
dependencies = [
"autoconf",
"automake",
]

View File

@ -1,7 +1,6 @@
[package]
dependencies = [
"autoconf",
"automake",
"autotools",
"gcc13",
"gcc13.cxx",
"gnu-binutils",