diff options
author | 2021-10-10 13:24:41 +0300 | |
---|---|---|
committer | 2021-10-10 13:24:41 +0300 | |
commit | 93a2cd82bbcd297a3112a8b30f678df2661f316e (patch) | |
tree | ec55e6298ff8b89fdd328aba38c6022a4b94c44f /www-client/firefox | |
parent | profiles: last-rite x11-misc/compton (diff) | |
download | gentoo-93a2cd82bbcd297a3112a8b30f678df2661f316e.tar.gz gentoo-93a2cd82bbcd297a3112a8b30f678df2661f316e.tar.bz2 gentoo-93a2cd82bbcd297a3112a8b30f678df2661f316e.zip |
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@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-93.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-client/firefox/firefox-93.0.ebuild b/www-client/firefox/firefox-93.0.ebuild index ac40ceb888da..00f330717b92 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 |