commit: e744504a2b96abdc4f6ecf1f5c203a1f78297903
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 18:45:06 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 03:37:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e744504a
media-libs/mesa: Drop -Dlegacy-x11=dri2
Removed by upstream commit 08c6ba223bb ("x11: Remove DRI2 support").
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 44580b1f889c..482b216d0a91 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -391,7 +391,6 @@ multilib_src_configure() {
emesonargs+=(
$(meson_use test build-tests)
- -Dlegacy-x11=dri2
-Dexpat=enabled
$(meson_use opengl)
$(meson_feature opengl gbm)