From 76b6d5c4d26b64068905787e58e871b675bbf2f4 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 18 Jul 2017 17:08:19 -0700 Subject: [PATCH] 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 4a9316323a57..d9599efc3ac6 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 -- 2.26.2