summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSardem FF7 <sardemff7.pub@gmail.com>2011-02-26 00:43:35 +0100
committerSardem FF7 <sardemff7.pub@gmail.com>2011-02-26 00:43:35 +0100
commit6c1fc97c1e32a9cfe18341e826cc6f9b1ea05eb5 (patch)
tree5c6a396fd9c541608b084fe7b9d8a0366ff5568b
parentMerge mozconfig eclasses to mozilla-scm (diff)
downloadsardemff7-6c1fc97c1e32a9cfe18341e826cc6f9b1ea05eb5.tar.gz
sardemff7-6c1fc97c1e32a9cfe18341e826cc6f9b1ea05eb5.tar.bz2
sardemff7-6c1fc97c1e32a9cfe18341e826cc6f9b1ea05eb5.zip
Minor fixes
-rw-r--r--eclass/mozilla-scm.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla-scm.eclass b/eclass/mozilla-scm.eclass
index dae3e1d..096c47c 100644
--- a/eclass/mozilla-scm.eclass
+++ b/eclass/mozilla-scm.eclass
@@ -118,7 +118,7 @@ RDEPEND="
webm? ( media-libs/libvpx )
wifi? ( net-wireless/wireless-tools )
"
-${IS_LIBXUL} || RDEPEND+="~net-libs/xulrunner-9999[libnotify=,mozdom=,ram=,system-sqlite=,webm=,wifi=]"
+${IS_LIBXUL} || RDEPEND+="~net-libs/xulrunner-9999[libnotify=,mozdom=,raw=,system-sqlite=,webm=,wifi=]"
DEPEND="${RDEPEND}
dev-vcs/mercurial
@@ -380,6 +380,7 @@ function mozconfig_configure {
mozconfig_use_enable alsa ogg
mozconfig_use_enable alsa wave
mozconfig_use_enable dbus
+ mozconfig_use_enable gnome gio
mozconfig_use_enable ipc # +ipc, upstream default
mozconfig_use_enable libnotify
mozconfig_use_enable raw
@@ -389,7 +390,6 @@ function mozconfig_configure {
mozconfig_use_with webm system-libvpx
mozconfig_use_enable wifi necko-wifi
- mozconfig_use_enable gnome gio
# NOTE: Uses internal copy of libvpx
if use webm && ! use alsa; then