diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-07-18 00:22:30 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-07-18 00:22:30 +0000 |
commit | f0a1def0f5a980aabaf4c3fb559cbb0e9530292c (patch) | |
tree | 3c6d33e9eac6fe68e28cb77e1c5e6f5eff7fedf7 /eclass/mozconfig-3.eclass | |
parent | Mask telepathy-rakia-0.7.x for bug #403861 comment #7. (diff) | |
download | gentoo-2-f0a1def0f5a980aabaf4c3fb559cbb0e9530292c.tar.gz gentoo-2-f0a1def0f5a980aabaf4c3fb559cbb0e9530292c.tar.bz2 gentoo-2-f0a1def0f5a980aabaf4c3fb559cbb0e9530292c.zip |
Update mozconfig for libvpx support, remove crashreporter option
Diffstat (limited to 'eclass/mozconfig-3.eclass')
-rw-r--r-- | eclass/mozconfig-3.eclass | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index a64c693455dd..8ee6cccc9a94 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.30 2012/03/04 14:19:47 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.31 2012/07/18 00:22:30 anarchy Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -23,8 +23,8 @@ RDEPEND="app-arch/zip >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg - virtual/freedesktop-icon-theme alsa? ( media-libs/alsa-lib ) + virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) @@ -43,9 +43,6 @@ mozconfig_config() { mozconfig_use_enable alsa ogg mozconfig_use_enable alsa wave - if has +crashreporter ${IUSE} ; then - mozconfig_use_enable crashreporter - fi mozconfig_use_enable dbus mozconfig_use_enable debug mozconfig_use_enable debug tests @@ -71,10 +68,10 @@ mozconfig_config() { mozconfig_annotate '+webm -alsa' --enable-ogg mozconfig_annotate '+webm -alsa' --enable-wave mozconfig_annotate '+webm' --enable-webm - mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr + mozconfig_annotate '+webm' --with-system-libvpx else mozconfig_use_enable webm - mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr + mozconfig_annotate '+webm' --with-system-libvpx fi else mozconfig_annotate '' --disable-webm |