media-libs/mesa: Unconditionally pass -Dplatforms=...
authorMatt Turner <mattst88@gentoo.org>
Thu, 30 Aug 2018 17:39:23 +0000 (10:39 -0700)
committerMatt Turner <mattst88@gentoo.org>
Thu, 30 Aug 2018 17:49:40 +0000 (10:49 -0700)
Closes: https://bugs.gentoo.org/663642

media-libs/mesa/mesa-9999.ebuild

index dd53f7a46a2346d990c0d50f0d968db7c3190706..5d17a42ba2b5ee47a26e85afeb81faaefb31e57e 100644 (file)
@@ -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+=(