diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-22 19:37:02 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2015-12-28 15:47:07 +0300 |
commit | 96da43692427b553734e7d57aff9244631885e5e (patch) | |
tree | 5fb7fb0b364adeae9a6317d26c7a28507cbdc712 /media-video | |
parent | media-video/mpv: add missing libXdamage dep for OpenGL on X (GLX) (diff) | |
download | gentoo-96da43692427b553734e7d57aff9244631885e5e.tar.gz gentoo-96da43692427b553734e7d57aff9244631885e5e.tar.bz2 gentoo-96da43692427b553734e7d57aff9244631885e5e.zip |
media-video/mpv: simplify mesa dependency
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index a803ff5d5335..2b35da380784 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -64,6 +64,7 @@ COMMON_DEPEND=" >=media-libs/libdvdnav-4.2.0 >=media-libs/libdvdread-4.1.3 ) + egl? ( media-libs/mesa[egl,wayland(-)?] ) enca? ( app-i18n/enca ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) @@ -86,7 +87,6 @@ COMMON_DEPEND=" v4l? ( media-libs/libv4l ) wayland? ( >=dev-libs/wayland-1.6.0 - media-libs/mesa[egl,wayland] >=x11-libs/libxkbcommon-0.3.0 ) X? ( @@ -96,7 +96,6 @@ COMMON_DEPEND=" opengl? ( x11-libs/libXdamage virtual/opengl - egl? ( media-libs/mesa[egl] ) ) lcms? ( >=media-libs/lcms-2.6:2 ) vaapi? ( >=x11-libs/libva-1.2.0[X] ) |