Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Thu, 30 Aug 2018 17:50:19
Message-Id: 1535651380.462b00b1b5a789c26f48530ef3302c7e97fa4b94.mattst88@gentoo
1 commit: 462b00b1b5a789c26f48530ef3302c7e97fa4b94
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 17:39:23 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 17:49:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462b00b1
7
8 media-libs/mesa: Unconditionally pass -Dplatforms=...
9
10 Closes: https://bugs.gentoo.org/663642
11
12 media-libs/mesa/mesa-9999.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index dd53f7a46a2..5d17a42ba2b 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -348,9 +348,7 @@ multilib_src_configure() {
20 fi
21 fi
22
23 - if use egl; then
24 - emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") )
25 - fi
26 + emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm") )
27
28 if use gallium; then
29 emesonargs+=(