diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-08-17 08:59:40 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-08-17 09:00:40 +0300 |
commit | b959552bed90e781823c7147ac4885354c730f01 (patch) | |
tree | bd923ad17ef49ee105a78fcf0655a086f7a9c3b9 /www-client | |
parent | www-client/firefox-bin: add 116.0.3 (diff) | |
download | gentoo-b959552bed90e781823c7147ac4885354c730f01.tar.gz gentoo-b959552bed90e781823c7147ac4885354c730f01.tar.bz2 gentoo-b959552bed90e781823c7147ac4885354c730f01.zip |
www-client/firefox-bin: add optfeature for text-to-speech functionality
Bug: https://bugs.gentoo.org/911931
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/firefox-bin-102.14.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox-bin/firefox-bin-102.14.0-r2.ebuild b/www-client/firefox-bin/firefox-bin-102.14.0-r2.ebuild index 442bf1ee8db4..7665aeef156d 100644 --- a/www-client/firefox-bin/firefox-bin-102.14.0-r2.ebuild +++ b/www-client/firefox-bin/firefox-bin-102.14.0-r2.ebuild @@ -372,6 +372,7 @@ pkg_postinst() { fi optfeature_header "Optional programs for extra features:" - optfeature "desktop notifications" x11-libs/libnotify + optfeature "speech syntesis (text-to-speech) support" app-accessibility/speech-dispatcher optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + optfeature "desktop notifications" x11-libs/libnotify } |