Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Fri, 01 Jul 2011 20:33:44
Message-Id: bd63f69b147e4c2bef3b3bedd76965849dc52819.chithead@gentoo
1 commit: bd63f69b147e4c2bef3b3bedd76965849dc52819
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 20:33:23 2011 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Fri Jul 1 20:33:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=bd63f69b
7
8 media-libs/mesa: enable gallium-egl to fix openvg build failure, bug #373735
9
10 ---
11 media-libs/mesa/mesa-9999.ebuild | 5 ++++-
12 1 files changed, 4 insertions(+), 1 deletions(-)
13
14 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
15 index fe3f798..b77d967 100644
16 --- a/media-libs/mesa/mesa-9999.ebuild
17 +++ b/media-libs/mesa/mesa-9999.ebuild
18 @@ -212,7 +212,10 @@ src_configure() {
19 "
20 if use egl; then
21 use shared-glapi || die "egl needs shared-glapi. Please either enable shared-glapi or disable the egl use flag ."
22 - myconf+="--with-egl-platforms=$(use wayland && echo "wayland,")drm,x11"
23 + myconf+="
24 + --with-egl-platforms=$(use wayland && echo "wayland,")drm,x11
25 + $(use_enable gallium gallium-egl)
26 + "
27 fi
28
29 if use !gallium && use !classic; then