diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-08-12 13:13:20 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-08-12 13:26:57 -0700 |
commit | 7e38228a9d9c87f5c7338f09613843656a533468 (patch) | |
tree | 0522c534618d9304674ab02fcce52b14406b0198 /media-libs/mesa | |
parent | media-libs/mesa: bump x11-libs/libva dep. (diff) | |
download | gentoo-7e38228a9d9c87f5c7338f09613843656a533468.tar.gz gentoo-7e38228a9d9c87f5c7338f09613843656a533468.tar.bz2 gentoo-7e38228a9d9c87f5c7338f09613843656a533468.zip |
media-libs/mesa: bump x11-libs/libva dep.
mesa-17.1 uses constant VA_RT_FORMAT_YUV420_10BPP which was only
introduced in libva-1.7.
Package-Manager: portage-2.3.6
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2a3fb561504a..f54779f95727 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -114,7 +114,7 @@ RDEPEND=" ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) vaapi? ( - >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] + >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) |