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: Wed, 19 Jul 2017 00:18:23
Message-Id: 1500422899.76b6d5c4d26b64068905787e58e871b675bbf2f4.mattst88@gentoo
1 commit: 76b6d5c4d26b64068905787e58e871b675bbf2f4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 00:08:19 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 00:08:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b6d5c4
7
8 media-libs/mesa: Use --with-platforms
9
10 --with-egl-platforms was renamed in upstream commit 7748c3f5eb1d
11
12 media-libs/mesa/mesa-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index 4a9316323a5..d9599efc3ac 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -235,7 +235,7 @@ multilib_src_configure() {
20 fi
21
22 if use egl; then
23 - myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
24 + myconf+=" --with-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
25 fi
26
27 if use gallium; then