Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Fri, 29 Jul 2011 23:08:49
Message-Id: 4c5aff8024370f0505de0436a5717acf65422f7d.mattst88@gentoo
1 commit: 4c5aff8024370f0505de0436a5717acf65422f7d
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 29 23:07:46 2011 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Fri Jul 29 23:07:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4c5aff80
7
8 media-libs/mesa: specify x11 before drm for egl-platforms
9
10 Bug 376981.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gmail.com>
13
14 ---
15 media-libs/mesa/mesa-9999.ebuild | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
19 index c65a8fb..f2624db 100644
20 --- a/media-libs/mesa/mesa-9999.ebuild
21 +++ b/media-libs/mesa/mesa-9999.ebuild
22 @@ -221,7 +221,7 @@ src_configure() {
23 if use egl; then
24 use shared-glapi || die "egl needs shared-glapi. Please either enable shared-glapi or disable the egl use flag ."
25 myconf+="
26 - --with-egl-platforms=$(use wayland && echo "wayland,")drm,x11
27 + --with-egl-platforms=x11,$(use wayland && echo "wayland,")drm
28 $(use_enable gallium gallium-egl)
29 "
30 fi