summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2020-06-23 12:58:00 +0200
committerLone_Wolf2020-06-23 12:58:00 +0200
commit1014743d8e1c09b968db49f4bbc9db9ffce04ab8 (patch)
tree6b7295bd061ca593cb9609f2f6836563e349b846 /PKGBUILD
parentc60b8c5b16e6485d9c233124e960d4be71c38266 (diff)
downloadaur-1014743d8e1c09b968db49f4bbc9db9ffce04ab8.tar.gz
driconf translation files no longer require separate ninja command, removed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 679013f975ad..1e561e3eeaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=20.2.0_devel.124685.1234faa7bf1
+pkgver=20.2.0_devel.125338.99eecd3775d
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -139,8 +139,8 @@ build () {
# quoted from https://www.mesa3d.org/meson.html
# Note: autotools automatically updated translation files (used by the DRI configuration tool) as part of the build process, Meson does not do this.
# Instead, you will need do this:
- ninja $NINJAFLAGS -C _build xmlpool-pot xmlpool-update-po xmlpool-gmo
- #
+ # ninja $NINJAFLAGS -C _build xmlpool-pot xmlpool-update-po xmlpool-gmo
+ # mesa devs handle driconf translation differently now, above command is no longer needed
ninja $NINJAFLAGS -C _build
}