Skip to content

Commit ed3681b

Browse files
Janne Grunauslp
authored andcommitted
Split FEX mesa overlay into i386 and x86_64 overlays
With https://pagure.io/fedora-asahi/mesa/pull-request/21 the mesa overlay is splitted into i386 and x86_64 as they are generated during the main mesa build. Signed-off-by: Janne Grunau <[email protected]>
1 parent 9169b7d commit ed3681b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/krun/src/bin/krun.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ fn main() -> Result<()> {
167167
} else {
168168
let default_disks = [
169169
"/usr/share/fex-emu/RootFS/default.erofs",
170-
"/usr/share/fex-emu/overlays/mesa.erofs",
170+
"/usr/share/fex-emu/overlays/mesa-i386.erofs",
171+
"/usr/share/fex-emu/overlays/mesa-x86_64.erofs",
171172
];
172173

173174
default_disks

0 commit comments

Comments
 (0)