aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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