Files

43 lines
501 B
SYSTEMD
Raw Permalink Normal View History

[target]
name = 'rosetta'
base_components = [
'libmagenta',
'libc',
'libpthread',
'libc-headers',
]
default_prefix = '/usr'
[dependency]
seeds = [
'libfx-host',
'xpcg',
'magenta',
'libmagenta',
'librosetta',
'libc',
'libpthread',
'libc-core',
'libc-io',
'libc-runtime',
'libc-pthread',
'libc-exec',
'libc-malloc',
'librosetta-interface',
'ld',
'bootstrap',
'bshell',
'libfs',
'libxpc',
'libfx',
'base',
'herdd',
'herdd-targets',
'nsd',
'devmd',
'bsp'
]
# vim: ft=toml