|
Lines 31-37
Link Here
|
| 31 |
# Set the variable to any value if the use flag should exist but not be default-enabled. |
31 |
# Set the variable to any value if the use flag should exist but not be default-enabled. |
| 32 |
|
32 |
|
| 33 |
# use-flags common among all mozilla ebuilds |
33 |
# use-flags common among all mozilla ebuilds |
| 34 |
IUSE="dbus debug gstreamer pulseaudio startup-notification system-cairo system-icu system-jpeg system-sqlite" |
34 |
IUSE="dbus debug gstreamer pulseaudio startup-notification system-cairo system-icu system-jpeg system-sqlite system-libvpx" |
| 35 |
|
35 |
|
| 36 |
# some notes on deps: |
36 |
# some notes on deps: |
| 37 |
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 |
37 |
# gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 |
|
Lines 190-193
Link Here
|
| 190 |
mozconfig_use_with system-jpeg |
190 |
mozconfig_use_with system-jpeg |
| 191 |
mozconfig_use_with system-icu |
191 |
mozconfig_use_with system-icu |
| 192 |
mozconfig_use_enable system-icu intl-api |
192 |
mozconfig_use_enable system-icu intl-api |
|
|
193 |
mozconfig_use_with system-libvpx |
| 193 |
} |
194 |
} |