1
0
forked from rosa/hakurei

internal/rosa/meson: optionally use muon

This is a much faster implementation free of python dependency hell, however currently fails to handle symbol visibility correctly, so unable to default to on. This change also cleans up some meson arguments.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-14 21:45:07 +09:00
parent fb3df67ba6
commit 098943ab46
3 changed files with 48 additions and 16 deletions
+3 -1
View File
@@ -49,7 +49,7 @@ sed -i '/common.220 fs module/d' subprojects/meson-tests/meson.build
/usr/src/muon
/boot/muon-bootstrap samu `+jobsFlagE+`
`;
check = "./muon test "+jobsFlagE+" -R\n";
check = "./muon test "+jobsFlagE+" -Rv\n";
install = "./muon install -d /work\n";
};
@@ -57,4 +57,6 @@ sed -i '/common.220 fs module/d' subprojects/meson-tests/meson.build
python-early,
kernel-headers,
];
runtime = [ pkg-config ];
}