summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-11-16 01:08:38 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-11-16 01:09:11 +0100
commitbb47ddd41f99ad4b8eb5031c890eabecc56c388a (patch)
treeec01488dd86bcd192ae8105d7cd4a4e0aad82750
parentwww-client/firefox: adjust required disk space (2) (diff)
downloadgentoo-bb47ddd41f99ad4b8eb5031c890eabecc56c388a.tar.gz
gentoo-bb47ddd41f99ad4b8eb5031c890eabecc56c388a.tar.bz2
gentoo-bb47ddd41f99ad4b8eb5031c890eabecc56c388a.zip
www-client/firefox: USE=debug requires bundled libaom
Firefox bundles <libaom-2 and will fail with USE=debug like > firefox-83.0/image/decoders/nsAVIFDecoder.cpp:301:54: error: use of undeclared identifier 'AOM_PLANE_ALPHA' > MOZ_ASSERT(img->stride[AOM_PLANE_Y] == img->stride[AOM_PLANE_ALPHA]); Link: https://aomedia.googlesource.com/aom/+/f1570f0c2f70832dd170285f8de60bd2379c8efa%5E%21/ Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--www-client/firefox/firefox-83.0_rc2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-83.0_rc2.ebuild b/www-client/firefox/firefox-83.0_rc2.ebuild
index 1b15d8148fba..5a78bea0e5c2 100644
--- a/www-client/firefox/firefox-83.0_rc2.ebuild
+++ b/www-client/firefox/firefox-83.0_rc2.ebuild
@@ -66,7 +66,8 @@ IUSE="clang cpu_flags_arm_neon dbus debug eme-free geckodriver +gmp-autoupdate
+system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent
+system-libvpx +system-webp wayland wifi"
-REQUIRED_USE="screencast? ( wayland )"
+REQUIRED_USE="debug? ( !system-av1 )
+ screencast? ( wayland )"
BDEPEND="${PYTHON_DEPS}
app-arch/unzip