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 ) id 1QplOX-0003Hv-IB for garchives@archives.gentoo.org; Sat, 06 Aug 2011 18:14:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 814C421C048; Sat, 6 Aug 2011 18:14:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D27D21C048 for ; Sat, 6 Aug 2011 18:14:37 +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 8E6C02AC004 for ; Sat, 6 Aug 2011 18:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AE62980040 for ; Sat, 6 Aug 2011 18:14:35 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <7df3cb873131245ad17089519b535848de0204e6.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7df3cb873131245ad17089519b535848de0204e6 Date: Sat, 6 Aug 2011 18:14:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 07226f5687535245f3c192bfcfda3de6 commit: 7df3cb873131245ad17089519b535848de0204e6 Author: Matt Turner gmail com> AuthorDate: Sat Aug 6 18:14:25 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Sat Aug 6 18:14:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D7df3cb87 media-libs/mesa: openvg should only be enabled with Gallium Bug 377689. Signed-off-by: Matt Turner gmail.com> --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 779580f..a9f26ba 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -217,7 +217,6 @@ src_configure() { $(use_enable gles gles1) $(use_enable gles gles2) $(use_enable egl) - $(use_enable openvg) " if use egl; then use shared-glapi || die "egl needs shared-glapi. Please either enable = shared-glapi or disable the egl use flag ." @@ -235,6 +234,7 @@ src_configure() { myconf+=3D" --with-state-trackers=3Dglx,dri$(use egl && echo ",egl")$(use openvg = && echo ",vega")$(use d3d && echo ",d3d1x") $(use_enable llvm gallium-llvm) + $(use_enable openvg) " gallium_enable swrast gallium_enable video_cards_vmware svga