commit:     93a2cd82bbcd297a3112a8b30f678df2661f316e
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 10:24:41 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 10:24:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a2cd82

www-client/firefox: add a couple of missing deps for 93

 - headers seem to be needed, but libraries not directly linked.
  * 
/var/tmp/portage/www-client/firefox-93.0/work/firefox-93.0/toolkit/xre/nsNativeAppSupportUnix.cpp:32:12:
 fatal error: 'X11/ICE/ICElib.h' file not found
  * 
/var/tmp/portage/www-client/firefox-93.0/work/firefox-93.0/toolkit/xre/nsNativeAppSupportUnix.cpp:33:12:
 fatal error: 'X11/SM/SMlib.h' file not found

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/firefox/firefox-93.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www-client/firefox/firefox-93.0.ebuild 
b/www-client/firefox/firefox-93.0.ebuild
index ac40ceb888d..00f330717b9 100644
--- a/www-client/firefox/firefox-93.0.ebuild
+++ b/www-client/firefox/firefox-93.0.ebuild
@@ -172,6 +172,8 @@ RDEPEND="${CDEPEND}
        selinux? ( sec-policy/selinux-mozilla )"
 
 DEPEND="${CDEPEND}
+       x11-libs/libICE
+       x11-libs/libSM
        pulseaudio? (
                || (
                        media-sound/pulseaudio

Reply via email to