summaryrefslogtreecommitdiff
path: root/www-client/firefox-bin/firefox-bin-102.8.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox-bin/firefox-bin-102.8.0.ebuild')
-rw-r--r--www-client/firefox-bin/firefox-bin-102.8.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/www-client/firefox-bin/firefox-bin-102.8.0.ebuild b/www-client/firefox-bin/firefox-bin-102.8.0.ebuild
index 4cf4605c69ff..f81d5b9db36a 100644
--- a/www-client/firefox-bin/firefox-bin-102.8.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-102.8.0.ebuild
@@ -26,7 +26,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}"
MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}"
MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}"
-inherit desktop linux-info pax-utils xdg
+inherit desktop linux-info optfeature pax-utils xdg
MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}"
@@ -370,4 +370,8 @@ pkg_postinst() {
elog "If you still want to be able to select between running Mozilla Firefox"
elog "on X11 or Wayland, you have to re-create these shortcuts on your own."
fi
+
+ optfeature_header "Optional programs for extra features:"
+ optfeature "desktop notifications" x11-libs/libnotify
+ optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas
}