commit: e71a15a5b2550714c11d02d31bff72ea6f3a0eae
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 02:32:23 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 03:00:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71a15a5
media-libs/mesa: Drop USE=shared-glapi
Option was deprecated in upstream commit e5c76088e9e ("meson: never use
static glapi because shared glapi is also static and better").
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/mesa/mesa-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 510bd688e9c7..9fe806687ecf 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -441,7 +441,6 @@ multilib_src_configure() {
emesonargs+=(
$(meson_use test build-tests)
- -Dshared-glapi=enabled
-Dlegacy-x11=dri2
-Dexpat=enabled
$(meson_use opengl)