From 20d9c23cc04334b6ef66beaa5be564b5b154529d Mon Sep 17 00:00:00 2001 From: mortezadadgar Date: Tue, 23 May 2023 15:30:27 +0330 Subject: [PATCH] www-client/firefox: add accessibility use flag Signed-off-by: mortezadadgar --- www-client/firefox/firefox-113.0.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-113.0.1.ebuild b/www-client/firefox/firefox-113.0.1.ebuild index 00e000806..d34815c73 100644 --- a/www-client/firefox/firefox-113.0.1.ebuild +++ b/www-client/firefox/firefox-113.0.1.ebuild @@ -65,7 +65,7 @@ LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" IUSE+=" jack +jumbo-build libproxy lto +openh264 pgo pulseaudio sndio selinux" IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" -IUSE+=" +telemetry wayland wifi +X" +IUSE+=" +telemetry +accessibility wayland wifi +X" # Firefox-only IUSE IUSE+=" geckodriver +gmp-autoupdate screencast" @@ -111,7 +111,7 @@ BDEPEND="${PYTHON_DEPS} ) )" COMMON_DEPEND="${FF_ONLY_DEPEND} - >=app-accessibility/at-spi2-core-2.46.0:2 + accessibility? ( >=app-accessibility/at-spi2-core-2.46.0:2 ) dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= @@ -872,6 +872,7 @@ src_configure() { mozconfig_use_enable libproxy use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme + ! use accessibility && mozconfig_add_options_ac 'accessibility' --disable-accessibility mozconfig_use_enable geckodriver -- 2.39.3