media-libs/mesa: Make X11 the primary EGL platform

Closes: https://bugs.gentoo.org/711516
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2020-03-08 16:57:08 -07:00
parent 59aa37b1fe
commit 406bd0caa2
3 changed files with 3 additions and 3 deletions

View File

@@ -355,7 +355,7 @@ multilib_src_configure() {
fi
fi
emesonargs+=( -Dplatforms=surfaceless$(use X && echo ",x11")$(use wayland && echo ",wayland")$(use gbm && echo ",drm") )
emesonargs+=( -Dplatforms=$(use X && echo "x11,")$(use wayland && echo "wayland,")$(use gbm && echo "drm,")surfaceless )
if use gallium; then
emesonargs+=(

View File

@@ -356,7 +356,7 @@ multilib_src_configure() {
fi
fi
emesonargs+=( -Dplatforms=surfaceless$(use X && echo ",x11")$(use wayland && echo ",wayland")$(use gbm && echo ",drm") )
emesonargs+=( -Dplatforms=$(use X && echo "x11,")$(use wayland && echo "wayland,")$(use gbm && echo "drm,")surfaceless )
if use gallium; then
emesonargs+=(

View File

@@ -357,7 +357,7 @@ multilib_src_configure() {
fi
fi
emesonargs+=( -Dplatforms=surfaceless$(use X && echo ",x11")$(use wayland && echo ",wayland")$(use gbm && echo ",drm") )
emesonargs+=( -Dplatforms=$(use X && echo "x11,")$(use wayland && echo "wayland,")$(use gbm && echo "drm,")surfaceless )
if use gallium; then
emesonargs+=(