commit: 462b00b1b5a789c26f48530ef3302c7e97fa4b94 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Aug 30 17:39:23 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Aug 30 17:49:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462b00b1
media-libs/mesa: Unconditionally pass -Dplatforms=... Closes: https://bugs.gentoo.org/663642 media-libs/mesa/mesa-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index dd53f7a46a2..5d17a42ba2b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -348,9 +348,7 @@ multilib_src_configure() { fi fi - if use egl; then - emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) - fi + emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") ) if use gallium; then emesonargs+=(
