commit: 76b6d5c4d26b64068905787e58e871b675bbf2f4
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 00:08:19 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 00:08:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b6d5c4
media-libs/mesa: Use --with-platforms
--with-egl-platforms was renamed in upstream commit 7748c3f5eb1d
media-libs/mesa/mesa-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 4a9316323a5..d9599efc3ac 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -235,7 +235,7 @@ multilib_src_configure() {
fi
if use egl; then
- myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland &&
echo ",wayland")$(use gbm && echo ",drm")"
+ myconf+=" --with-platforms=x11,surfaceless$(use wayland && echo
",wayland")$(use gbm && echo ",drm")"
fi
if use gallium; then