Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sun, 18 Jun 2017 16:38:48
Message-Id: 1497803918.e8cd8f4989a4451b0394c77673450819d67a11b3.aballier@gentoo
1 commit: e8cd8f4989a4451b0394c77673450819d67a11b3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 16:37:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 16:38:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cd8f49
7
8 media-libs/mesa: Enable surfaceless EGL platform.
9
10 Useful for offscreen testing of EGL programs.
11 Acked by Matt on IRC.
12 Bug #616664.
13
14 Package-Manager: Portage-2.3.6, Repoman-2.3.2
15
16 media-libs/mesa/mesa-17.1.2.ebuild | 2 +-
17 media-libs/mesa/mesa-9999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/media-libs/mesa/mesa-17.1.2.ebuild b/media-libs/mesa/mesa-17.1.2.ebuild
21 index ef15690a372..9d70870c262 100644
22 --- a/media-libs/mesa/mesa-17.1.2.ebuild
23 +++ b/media-libs/mesa/mesa-17.1.2.ebuild
24 @@ -231,7 +231,7 @@ multilib_src_configure() {
25 fi
26
27 if use egl; then
28 - myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
29 + myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
30 fi
31
32 if use gallium; then
33
34 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
35 index ef15690a372..9d70870c262 100644
36 --- a/media-libs/mesa/mesa-9999.ebuild
37 +++ b/media-libs/mesa/mesa-9999.ebuild
38 @@ -231,7 +231,7 @@ multilib_src_configure() {
39 fi
40
41 if use egl; then
42 - myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
43 + myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
44 fi
45
46 if use gallium; then