commit: a879bd5251d3616f90303f8e8b3d25ef342187fe
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 5 22:38:26 2022 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed Jan 5 22:38:26 2022 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a879bd52
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 <AT> gentoo.org>
media-libs/mesa/mesa-21.2.6.ebuild | 4 ++--
1 file 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