aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2022-01-05 16:38:26 -0600
committerJory Pratt <anarchy@gentoo.org>2022-01-05 16:38:26 -0600
commita879bd5251d3616f90303f8e8b3d25ef342187fe (patch)
treec794efc0e8adecbb3062f2fc97d5f6637e693374 /media-libs
parentnet-misc/rsync: drop, fixed for musl n gx86 (diff)
downloadmusl-a879bd5251d3616f90303f8e8b3d25ef342187fe.tar.gz
musl-a879bd5251d3616f90303f8e8b3d25ef342187fe.tar.bz2
musl-a879bd5251d3616f90303f8e8b3d25ef342187fe.zip
media-libs/mesa: Fix invalid meson arg for tls
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-21.2.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-21.2.6.ebuild b/media-libs/mesa/mesa-21.2.6.ebuild
index c5830db8..dfa0eb93 100644
--- a/media-libs/mesa/mesa-21.2.6.ebuild
+++ b/media-libs/mesa/mesa-21.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -396,7 +396,7 @@ multilib_src_configure() {
# Disable glx tls support on musl
if use elibc_musl; then
- emesonargs+=( -Delf-tls=false )
+ emesonargs+=( -Duse-elf-tls=false )
fi
if use gallium; then