mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
Enable meta-packages on x86-64 package server
This commit is contained in:
parent
b48963626d
commit
41172ed160
@ -7,6 +7,17 @@ prompt = false
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
|
||||
# Meta-packages below
|
||||
|
||||
dev-essential = {}
|
||||
dev-redox = {}
|
||||
redox-tests = {}
|
||||
x11-minimal = {}
|
||||
x11-full = {}
|
||||
|
||||
# Normal packages below
|
||||
|
||||
acid = {}
|
||||
#atk = {} # depends on glib which does not build
|
||||
autoconf = {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user