diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-07-18 17:08:19 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-07-18 17:08:19 -0700 |
commit | 76b6d5c4d26b64068905787e58e871b675bbf2f4 (patch) | |
tree | 9d9ee35b7e7a3c3587bf78cd75578c0e63996ed9 /media-libs | |
parent | media-libs/mesa: Require wayland-protocols if building with wayland support (diff) | |
download | gentoo-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
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
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 |