From 69197c3beb65841a27f18055a8b929a238d21fb2 Mon Sep 17 00:00:00 2001 From: Josh Taylor Date: Sun, 2 Apr 2023 21:29:17 +0800 Subject: [PATCH] Add no-pager to mesa to allow easier builds --- mesa-asahi-edge/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa-asahi-edge/PKGBUILD b/mesa-asahi-edge/PKGBUILD index 7bf8f41..116fd89 100644 --- a/mesa-asahi-edge/PKGBUILD +++ b/mesa-asahi-edge/PKGBUILD @@ -70,7 +70,7 @@ build() { -D android-libbacktrace=disabled # Print config - meson configure build + meson configure --no-pager build ninja -C build meson compile -C build