blob: a092e79e1d993ca182657ce2063f12affbe58097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
package rosa
var (
LLVM = H("llvm")
EarlyInit = H("earlyinit")
Kernel = H("kernel")
KernelHeaders = H("kernel-headers")
Firmware = H("firmware")
ACL = H("acl")
Automake = H("automake")
Bash = H("bash")
Bison = H("bison")
Bzip2 = H("bzip2")
Coreutils = H("coreutils")
DBus = H("dbus")
DTC = H("dtc")
Diffutils = H("diffutils")
Findutils = H("findutils")
Flex = H("flex")
FontUtil = H("font-util")
Freetype = H("freetype")
Fuse = H("fuse")
GLib = H("glib")
Gawk = H("gawk")
GenInitCPIO = H("gen_init_cpio")
Gettext = H("gettext")
Go = H("go")
Gzip = H("gzip")
Hakurei = H("hakurei")
HakureiDist = H("hakurei-dist")
Kmod = H("kmod")
LibX11 = H("libX11")
LibXau = H("libXau")
LibXdmcp = H("libXdmcp")
LibXext = H("libXext")
LibXfont2 = H("libXfont2")
LibXrender = H("libXrender")
Libbsd = H("libbsd")
Libepoxy = H("libepoxy")
Libexpat = H("libexpat")
Libffi = H("libffi")
Libfontenc = H("libfontenc")
Libmd = H("libmd")
Libpciaccess = H("libpciaccess")
Libseccomp = H("libseccomp")
Libtasn1 = H("libtasn1")
Libtirpc = H("libtirpc")
Libtool = H("libtool")
LibxcbRenderUtil = H("libxcb-render-util")
LibxcbUtil = H("libxcb-util")
LibxcbUtilImage = H("libxcb-util-image")
LibxcbUtilKeysyms = H("libxcb-util-keysyms")
LibxcbUtilWM = H("libxcb-util-wm")
Libxcvt = H("libxcvt")
Libxkbfile = H("libxkbfile")
Libxml2 = H("libxml2")
Libxshmfence = H("libxshmfence")
Libxtrans = H("libxtrans")
M4 = H("m4")
NSS = H("nss")
NSSCACert = H("nss-cacert")
Ncurses = H("ncurses")
Nettle = H("nettle")
OpenSSL = H("openssl")
Patch = H("patch")
Pixman = H("pixman")
PkgConfig = H("pkg-config")
PythonPyTest = H("python-pytest")
PythonSetuptools = H("python-setuptools")
PythonWheel = H("python-wheel")
QEMU = H("qemu")
Sed = H("sed")
SquashfsTools = H("squashfs-tools")
Toybox = H("toybox")
toyboxEarly = H("toybox-early")
Unzip = H("unzip")
Wayland = H("wayland")
WaylandProtocols = H("wayland-protocols")
XCB = H("xcb")
XCBProto = H("xcb-proto")
XZ = H("xz")
Xkbcomp = H("xkbcomp")
XkeyboardConfig = H("xkeyboard-config")
XorgProto = H("xorgproto")
Zlib = H("zlib")
Zstd = H("zstd")
stage0Dist = H("stage0-dist")
llvmSource = H("llvm-project")
earlyCompilerRT = H("early-compiler-rt")
earlyRuntimes = H("early-runtimes")
utilMacros = H("util-macros")
Musl = H("musl")
muslHeaders = H("musl-headers")
gcc = H("gcc")
Stage0 = H("rosa-stage0")
)
|