commit: 936f4af27c29cde075c7540cc6cacf60dc677f1b Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Feb 3 16:42:39 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Feb 3 17:12:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936f4af2
media-libs/mesa: Build with -Dlegacy-x11=dri2 This is required for users of xf86-video-nouveau and xf86-video-intel. Bug: https://bugs.gentoo.org/948591 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 904b6f9e4a67..23d8d1a6ac2e 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -444,6 +444,7 @@ multilib_src_configure() { emesonargs+=( $(meson_use test build-tests) -Dshared-glapi=enabled + -Dlegacy-x11=dri2 -Dexpat=enabled $(meson_use opengl) $(meson_feature opengl gbm)
