diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-11-03 09:34:07 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-11-03 09:34:07 +0200 |
commit | 8493558bc5ad080cd7e1ba8d955981a3cf2d420a (patch) | |
tree | 8aeb33d78332f1483fb70f12ebfa7de09429ee5b /www-client | |
parent | app-text/bibutils: drop 6.10 (diff) | |
download | gentoo-8493558bc5ad080cd7e1ba8d955981a3cf2d420a.tar.gz gentoo-8493558bc5ad080cd7e1ba8d955981a3cf2d420a.tar.bz2 gentoo-8493558bc5ad080cd7e1ba8d955981a3cf2d420a.zip |
www-client/firefox: add REQUIRED_USE="wifi? ( dbus )" for 91.3.0
- DEBUG: configure: error: Necko WiFi scanning needs DBus on your platform,
remove --disable-dbus or use --disable-necko-wifi
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-91.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-91.3.0.ebuild b/www-client/firefox/firefox-91.3.0.ebuild index 7764b7c4a09b..bec0a5d6c23b 100644 --- a/www-client/firefox/firefox-91.3.0.ebuild +++ b/www-client/firefox/firefox-91.3.0.ebuild @@ -67,7 +67,8 @@ IUSE="+clang cpu_flags_arm_neon dbus debug eme-free geckodriver +gmp-autoupdate +system-libvpx +system-webp wayland wifi" REQUIRED_USE="debug? ( !system-av1 ) - screencast? ( wayland )" + screencast? ( wayland ) + wifi? ( dbus )" BDEPEND="${PYTHON_DEPS} app-arch/unzip |