--no-pager added to meson configure to avoid ncurses UI when building.

This commit is contained in:
Reza Jahanbakhshi 2022-11-11 11:50:31 +01:00
parent 5241f47956
commit 6c139e6095
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 22.3.0_devel.160795.3246889fb04.d41d8cd98f00b204e9800998ecf8427e pkgver = 23.0.0_devel.162765.4ceaed7839a.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64

View File

@ -12,7 +12,7 @@
pkgname=mesa-git pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=22.3.0_devel.160795.3246889fb04.d41d8cd98f00b204e9800998ecf8427e pkgver=23.0.0_devel.162765.4ceaed7839a.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' makedepends=('git' 'python-mako' 'xorgproto'
@ -150,7 +150,7 @@ build () {
-D prefix=/usr \ -D prefix=/usr \
-D sysconfdir=/etc -D sysconfdir=/etc
meson configure _build meson configure --no-pager _build
ninja $NINJAFLAGS -C _build ninja $NINJAFLAGS -C _build
} }