commit cd5d2f0

hovercats  ·  2026-07-12 08:09:52 +0000 UTC
parent 8d21c3c
mesa: switch to muon, as mesa now builds for me with the new muon version
closes #2
2 files changed,  +2, -3
+2, -2
 1@@ -20,7 +20,7 @@ mv -f _ meson.build
 2 sed '/rust_std=2021/d' meson.build > _
 3 mv -f _ meson.build
 4 
 5-meson setup \
 6+muon setup \
 7 	-Dprefix=/usr \
 8 	-Dsysconfdir=/etc \
 9 	-Dmandir=/usr/share/man \
10@@ -39,4 +39,4 @@ meson setup \
11 	build
12 
13 samu -C build
14-samu -C build install
15+muon -C build install
+0, -1
1@@ -1,7 +1,6 @@
2 expat
3 libdrm
4 libelf
5-meson       make
6 python      make
7 python-mako make
8 wayland