summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2020-08-13 00:50:22 +0200
committerLone_Wolf2020-08-13 00:50:22 +0200
commit3a20872679fc8eb7ce4cfe13ee31b3d7c4821f1b (patch)
tree0e1fd97e09044cf7aab515c9711c4fa40062cd40 /PKGBUILD
parentce9c8c7467bf490ecd3dc6369f919a00f3ef37ed (diff)
downloadaur-3a20872679fc8eb7ce4cfe13ee31b3d7c4821f1b.tar.gz
removed some obsolete lines
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ccf7d234003..916c17b50758 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.126685.b5558f2d2aa
+pkgver=20.3.0_devel.127075.6723addd8a7
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@@ -132,15 +132,10 @@ build () {
-D vulkan-overlay-layer=true \
-D vulkan-device-select-layer=true \
-D tools=[] \
- -D zstd=enabled \
+ -D zstd=enabled
meson configure _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
- # mesa devs handle driconf translation differently now, above command is no longer needed
ninja $NINJAFLAGS -C _build
}