aboutsummaryrefslogtreecommitdiff
path: root/xorg/mesa/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-01-05 15:46:04 +0300
committerCem Keylan <cem@ckyln.com>2021-01-05 15:46:04 +0300
commit342527be4ca4708373222498439555540a683bf1 (patch)
tree5438062a38b922efd4551a15b94fab4eba9aab86 /xorg/mesa/build
parent8a4a0719a0002d99a521a0c4c111ed2d8f846791 (diff)
downloadrepository-342527be4ca4708373222498439555540a683bf1.tar.gz
mesa: bump to 20.3.2
Diffstat (limited to 'xorg/mesa/build')
-rwxr-xr-xxorg/mesa/build4
1 files changed, 3 insertions, 1 deletions
diff --git a/xorg/mesa/build b/xorg/mesa/build
index b1169a2c..62c7a81b 100755
--- a/xorg/mesa/build
+++ b/xorg/mesa/build
@@ -27,13 +27,15 @@ export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS"
sed "/pre_args += '-DUSE_ELF_TLS'/d" meson.build >_
cat _ > meson.build; rm -f _
+python3 bin/git_sha1_gen.py --output include/git_sha1.h
+
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=release \
- -Dplatforms=x11,drm \
+ -Dplatforms=x11 \
. output
ninja -C output