projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a630c85
)
media-libs/mesa: Unconditionally pass -Dplatforms=...
author
Matt Turner
<mattst88@gentoo.org>
Thu, 30 Aug 2018 17:39:23 +0000
(10:39 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/media-libs/mesa/mesa-9999.ebuild
b/media-libs/mesa/mesa-9999.ebuild
index dd53f7a46a2346d990c0d50f0d968db7c3190706..5d17a42ba2b5ee47a26e85afeb81faaefb31e57e 100644
(file)
--- 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+=(