diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-06 13:00:07 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-06 13:06:21 -0800 |
commit | 96d0da8b202a74672e38e3b60e1591e018e9cb5d (patch) | |
tree | af01c60233e3b9d9479afa4bc58ab0f928a9bbcf /media-libs/mesa | |
parent | net-p2p/qbittorrent: 3.3.11 version bump (diff) | |
download | gentoo-96d0da8b202a74672e38e3b60e1591e018e9cb5d.tar.gz gentoo-96d0da8b202a74672e38e3b60e1591e018e9cb5d.tar.bz2 gentoo-96d0da8b202a74672e38e3b60e1591e018e9cb5d.zip |
media-libs/mesa: Add dependency on sys-libs/zlib.
New dependency since upstream commit 85a9b1b56 ("util/disk_cache: compress
individual cache entries").
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 3bbdca49973d..55de36a5f675 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -87,6 +87,7 @@ RDEPEND=" gallium? ( app-eselect/eselect-mesa ) >=app-eselect/eselect-opengl-1.3.0 >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] + >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}] >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}] |