summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2011-04-08 19:10:44 +0000
committerJory Pratt <anarchy@gentoo.org>2011-04-08 19:10:44 +0000
commitb6f7f18415947a3c5c1cd96608dfa8071152be3f (patch)
tree8ce3ee863f2c1c329ad9505180aa84b4f8e7a7f5 /eclass
parentx86 stable per bug 362459 (diff)
downloadgentoo-2-b6f7f18415947a3c5c1cd96608dfa8071152be3f.tar.gz
gentoo-2-b6f7f18415947a3c5c1cd96608dfa8071152be3f.tar.bz2
gentoo-2-b6f7f18415947a3c5c1cd96608dfa8071152be3f.zip
ensure webm is disabled if not requested
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-3.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index 11ebd54550d1..1a502d492d24 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -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/eclass/mozconfig-3.eclass,v 1.16 2011/03/27 20:17:47 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.17 2011/04/08 19:10:44 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -67,10 +67,14 @@ mozconfig_config() {
mozconfig_annotate '+webm -alsa' --enable-ogg
mozconfig_annotate '+webm -alsa' --enable-wave
mozconfig_annotate '+webm' --enable-webm
+ mozconfig_annotate '+webm' --enable-system-libvpx
else
mozconfig_use_enable webm
mozconfig_use_with webm system-libvpx
fi
+ else
+ mozconfig_annotate '' --disable-webm
+ mozconfig_annotate '' --disable-system-libvpx
fi
if use amd64 || use x86 || use arm || use sparc; then