diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-05 15:46:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-05 15:46:04 +0300 |
commit | 342527be4ca4708373222498439555540a683bf1 (patch) | |
tree | 5438062a38b922efd4551a15b94fab4eba9aab86 /xorg | |
parent | 8a4a0719a0002d99a521a0c4c111ed2d8f846791 (diff) | |
download | repository-342527be4ca4708373222498439555540a683bf1.tar.gz |
mesa: bump to 20.3.2
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/mesa/build | 4 | ||||
-rw-r--r-- | xorg/mesa/checksums | 2 | ||||
-rw-r--r-- | xorg/mesa/sources | 2 | ||||
-rw-r--r-- | xorg/mesa/version | 2 |
4 files changed, 6 insertions, 4 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 diff --git a/xorg/mesa/checksums b/xorg/mesa/checksums index fb6d0821..56f6ea30 100644 --- a/xorg/mesa/checksums +++ b/xorg/mesa/checksums @@ -1,2 +1,2 @@ -0572dc6015d2e1c50f67823edd16855ae9b6feded0a1470598404e75e64aa092 mesa-20.2.4.tar.xz +cce001b685d23afb976b04138714906abcf7e7f996da6355e6a43e5ca486533d mesa-20.3.2.tar.xz 2984a6733e1d472796ceef37ad48c26f4a984bb18119bb2dbc37a44d8f6e75a4 Mako-1.1.1.tar.gz diff --git a/xorg/mesa/sources b/xorg/mesa/sources index 1f67b163..1e5aa8d8 100644 --- a/xorg/mesa/sources +++ b/xorg/mesa/sources @@ -1,2 +1,2 @@ -https://fossies.org/linux/misc/mesa-20.2.4.tar.xz +https://fossies.org/linux/misc/mesa-20.3.2.tar.xz https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.1.1.tar.gz mako diff --git a/xorg/mesa/version b/xorg/mesa/version index 885407df..a7867290 100644 --- a/xorg/mesa/version +++ b/xorg/mesa/version @@ -1 +1 @@ -20.2.4 1 +20.3.2 1 |