diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-20 11:10:39 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-20 11:11:31 -0400 |
commit | 944694dde44953c1d5db5f99f86648258897b06b (patch) | |
tree | 7abd42c9ad3547ac4d5665987cb8b2c374165900 /media-libs | |
parent | app-text/a2ps: Some housekeeping of patches (diff) | |
download | gentoo-944694dde44953c1d5db5f99f86648258897b06b.tar.gz gentoo-944694dde44953c1d5db5f99f86648258897b06b.tar.bz2 gentoo-944694dde44953c1d5db5f99f86648258897b06b.zip |
media-libs/mesa: Re-add dependency on libXvMC
Closes: https://bugs.gentoo.org/877701
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-22.2.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-22.2.2.ebuild b/media-libs/mesa/mesa-22.2.2.ebuild index 95503664b198..c0bc271552b9 100644 --- a/media-libs/mesa/mesa-22.2.2.ebuild +++ b/media-libs/mesa/mesa-22.2.2.ebuild @@ -75,6 +75,7 @@ RDEPEND=" >=media-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) + xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.18.0:=[${MULTILIB_USEDEP}] |