Lines 47-62
Link Here
|
47 |
|
47 |
|
48 |
mozconfig_use_enable startup-notification |
48 |
mozconfig_use_enable startup-notification |
49 |
|
49 |
|
50 |
if has wifi ${IUSE} && use wifi; then |
|
|
51 |
if ! use dbus; then |
52 |
echo "Enabling dbus support due to wifi request" |
53 |
mozconfig_annotate wifi --enable-necko-wifi |
54 |
mozconfig_annotate dbus --enable-dbus |
55 |
else |
56 |
mozconfig_annotate wifi --enable-necko-wifi |
57 |
fi |
58 |
fi |
59 |
|
60 |
mozconfig_annotate 'required' --enable-ogg |
50 |
mozconfig_annotate 'required' --enable-ogg |
61 |
mozconfig_annotate 'required' --enable-wave |
51 |
mozconfig_annotate 'required' --enable-wave |
62 |
|
52 |
|
Lines 65-71
Link Here
|
65 |
mozconfig_use_enable jit yarr-jit |
55 |
mozconfig_use_enable jit yarr-jit |
66 |
fi |
56 |
fi |
67 |
|
57 |
|
68 |
mozconfig_use_enable dbus |
58 |
mozconfig_use_enable wifi necko-wifi |
|
|
59 |
|
60 |
if has wifi ${IUSE} && use wifi && ! use dbus; then |
61 |
echo "Enabling dbus support due to wifi request" |
62 |
mozconfig_annotate wifi --enable-dbus |
63 |
else |
64 |
mozconfig_use_enable dbus |
65 |
fi |
69 |
|
66 |
|
70 |
# These are enabled by default in all mozilla applications |
67 |
# These are enabled by default in all mozilla applications |
71 |
mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr |
68 |
mozconfig_annotate '' --with-system-nspr --with-nspr-prefix="${EPREFIX}"/usr |