diff options
Diffstat (limited to 'www-client/firefox-bin/firefox-bin-110.0.1.ebuild')
-rw-r--r-- | www-client/firefox-bin/firefox-bin-110.0.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www-client/firefox-bin/firefox-bin-110.0.1.ebuild b/www-client/firefox-bin/firefox-bin-110.0.1.ebuild index abdd46820f3c..d134ec543678 100644 --- a/www-client/firefox-bin/firefox-bin-110.0.1.ebuild +++ b/www-client/firefox-bin/firefox-bin-110.0.1.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}" @@ -374,4 +374,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 } |