From 07573d494a7b511eb44c088cdff94e8a616a65b5 Mon Sep 17 00:00:00 2001 From: Caleb Callaway Date: Tue, 11 Feb 2025 00:38:11 +0000 Subject: [PATCH] Update meson --- mesa-build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesa-build.sh b/mesa-build.sh index f59fe30..ecd28db 100755 --- a/mesa-build.sh +++ b/mesa-build.sh @@ -140,6 +140,11 @@ EOF schroot -c $2 -- sh -c "sudo apt -y build-dep mesa" schroot -c $2 -- sh -c "sudo apt -y install git" + # handle meson + schroot -c $2 -- sh -c "sudo apt -y install python3-pip" + schroot -c $2 -- sh -c "sudo pip3 install --upgrade pip" + schroot -c $2 -- sh -c "sudo pip3 install --break-system-packages --upgrade meson" + # Handle LLVM schroot -c $2 -- sh -c "sudo apt -y install llvm llvm-15" # Contemporary Mesa requires LLVM 15. Make sure it's available