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:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user