summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-09-18 15:45:24 +0000
committerMatt Turner <mattst88@gentoo.org>2011-09-18 15:45:24 +0000
commita1cdf537e95dceb0f358b8c5f37a74359e27e745 (patch)
tree19f015fd37d0eddb80cc3cbef7049d8fee4f09df
parentalpha/ia64/s390/sh/sparc stable wrt #355085 (diff)
downloadgentoo-2-a1cdf537e95dceb0f358b8c5f37a74359e27e745.tar.gz
gentoo-2-a1cdf537e95dceb0f358b8c5f37a74359e27e745.tar.bz2
gentoo-2-a1cdf537e95dceb0f358b8c5f37a74359e27e745.zip
Only allow openvg to be enabled with USE=gallium, bug 377689
(Portage version: 2.1.10.3/cvs/Linux x86_64)
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-7.11.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index cd2070b6e44f..63211bf8ecc7 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.365 2011/09/16 19:32:56 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.366 2011/09/18 15:45:24 mattst88 Exp $
+
+ 18 Sep 2011; Matt Turner <mattst88@gentoo.org> mesa-7.11.ebuild:
+ Only allow openvg to be enabled with USE=gallium, bug 377689
16 Sep 2011; Matt Turner <mattst88@gentoo.org> mesa-7.9.2.ebuild,
mesa-7.10.2.ebuild, mesa-7.10.2-r1.ebuild, mesa-7.10.3.ebuild,
diff --git a/media-libs/mesa/mesa-7.11.ebuild b/media-libs/mesa/mesa-7.11.ebuild
index e25744d44a63..1be12c62cc2c 100644
--- a/media-libs/mesa/mesa-7.11.ebuild
+++ b/media-libs/mesa/mesa-7.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.8 2011/09/16 19:32:56 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.9 2011/09/18 15:45:24 mattst88 Exp $
EAPI=3
@@ -187,7 +187,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 ."
@@ -205,6 +204,7 @@ src_configure() {
myconf+="
--with-state-trackers=glx,dri$(use egl && echo ",egl")$(use openvg && echo ",vega")
$(use_enable llvm gallium-llvm)
+ $(use_enable openvg)
"
gallium_enable swrast
gallium_enable video_cards_vmware svga