From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-359236-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QckPI-0003Uw-N0
	for garchives@archives.gentoo.org; Fri, 01 Jul 2011 20:33:44 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AE3B01C067;
	Fri,  1 Jul 2011 20:33:36 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 745B01C067
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Jul 2011 20:33:36 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B5BAE1BC028
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Jul 2011 20:33:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 1A7D78003D
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Jul 2011 20:33:35 +0000 (UTC)
From: "Chi-Thanh Christopher Nguyen" <chithanh@cs.tu-berlin.de>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" <chithanh@cs.tu-berlin.de>
Message-ID: <bd63f69b147e4c2bef3b3bedd76965849dc52819.chithead@gentoo>
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
X-VCS-Repository: proj/x11
X-VCS-Files: media-libs/mesa/mesa-9999.ebuild
X-VCS-Directories: media-libs/mesa/
X-VCS-Committer: chithead
X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen
X-VCS-Revision: bd63f69b147e4c2bef3b3bedd76965849dc52819
Date: Fri,  1 Jul 2011 20:33:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 7c5bdc415d6751b4feffa61dcc50b650

commit:     bd63f69b147e4c2bef3b3bedd76965849dc52819
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 20:33:23 2011 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berli=
n <DOT> de>
CommitDate: Fri Jul  1 20:33:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc=
ommit;h=3Dbd63f69b

media-libs/mesa: enable gallium-egl to fix openvg build failure, bug #373=
735

---
 media-libs/mesa/mesa-9999.ebuild |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999=
.ebuild
index fe3f798..b77d967 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -212,7 +212,10 @@ src_configure() {
 	"
 	if use egl; then
 		use shared-glapi || die "egl needs shared-glapi. Please either enable =
shared-glapi or disable the egl use flag ."
-		myconf+=3D"--with-egl-platforms=3D$(use wayland && echo "wayland,")drm=
,x11"
+		myconf+=3D"
+			--with-egl-platforms=3D$(use wayland && echo "wayland,")drm,x11
+			$(use_enable gallium gallium-egl)
+		"
 	fi
=20
 	if use !gallium && use !classic; then