summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-07-18 17:08:19 -0700
committerMatt Turner <mattst88@gentoo.org>2017-07-18 17:08:19 -0700
commit76b6d5c4d26b64068905787e58e871b675bbf2f4 (patch)
tree9d9ee35b7e7a3c3587bf78cd75578c0e63996ed9
parentmedia-libs/mesa: Require wayland-protocols if building with wayland support (diff)
downloadgentoo-76b6d5c4d26b64068905787e58e871b675bbf2f4.tar.gz
gentoo-76b6d5c4d26b64068905787e58e871b675bbf2f4.tar.bz2
gentoo-76b6d5c4d26b64068905787e58e871b675bbf2f4.zip
media-libs/mesa: Use --with-platforms
--with-egl-platforms was renamed in upstream commit 7748c3f5eb1d
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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