summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2022-11-10 20:15:08 +0100
committerLone_Wolf2022-11-10 20:15:08 +0100
commitb6574bcbb1805098ce077f4eab8beff2e6c7f9ff (patch)
treeb647f5fe90d6d8669aa9e8eca373f22f0df8d699
parent13c6169a10db0d689da9116350b30f57ecb0d94e (diff)
downloadaur-b6574bcbb1805098ce077f4eab8beff2e6c7f9ff.tar.gz
use --no-pager to prevent meson configure from waiting for input
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70996ad567bd..f9f9bce5562b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesa-minimal-git
pkgdesc = an open-source implementation of the OpenGL specification, stripped down git version
- pkgver = 22.3.0_devel.162217.b49c027e1f1
+ pkgver = 23.0.0_devel.162697.ecc2dfc503d
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index be44640705d1..76a8eb68538b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=22.3.0_devel.162217.b49c027e1f1
+pkgver=23.0.0_devel.162697.ecc2dfc503d
pkgrel=1
arch=('x86_64')
makedepends=('git' 'meson' 'ninja' 'libglvnd' 'python-mako' 'xorgproto' 'libxml2' 'libx11' 'libva' 'elfutils' 'libxrandr'
@@ -90,7 +90,7 @@ build () {
-D microsoft-clc=disabled \
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc
- meson configure _build
+ meson configure --no-pager _build
ninja $NINJAFLAGS -C _build
}