diff options
author | Myckel Habets <gentoo-bugs@habets-dobben.nl> | 2022-05-06 12:47:34 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-10 01:37:02 +0000 |
commit | 74052b2f249d7cdde3667fbb0e0f8d184d74fbd7 (patch) | |
tree | 71f49130b4dfa4f5d1a374024b61eb20015d42df /www-client/seamonkey | |
parent | www-client/seamonkey: webrtc fixes (diff) | |
download | gentoo-74052b2f249d7cdde3667fbb0e0f8d184d74fbd7.tar.gz gentoo-74052b2f249d7cdde3667fbb0e0f8d184d74fbd7.tar.bz2 gentoo-74052b2f249d7cdde3667fbb0e0f8d184d74fbd7.zip |
www-client/seamonkey: make use of system provided pixman
Bug: https://bugs.gentoo.org/836319
Signed-off-by: Myckel Habets <gentoo-bugs@habets-dobben.nl>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild index a1383a027d0d..4c512efa8daf 100644 --- a/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild @@ -88,7 +88,7 @@ COMMON_DEPEND=" x11-libs/libXt x11-libs/libxcb:= >=x11-libs/pango-1.22.0 - >=x11-libs/pixman-0.19.2 + x11-libs/pixman media-video/ffmpeg virtual/freedesktop-icon-theme dbus? ( @@ -260,6 +260,7 @@ src_configure() { # Migrated from mozcoreconf-2 mozconfig_annotate 'system_libs' --with-system-bz2 mozconfig_annotate 'system_libs' --with-system-zlib + mozconfig_annotate 'system_libs' --enable-system-pixman # Disable for testing purposes only mozconfig_annotate 'Upstream bug 1341234' --disable-stylo |