summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-04-05 21:02:23 +0300
committerIan Delaney <idella4@gentoo.org>2016-04-06 12:39:39 +0800
commitb5f8d06ace565799e165001dbdb6a8b26be56e8e (patch)
tree89fc10eb5c990ec41295defb05b0a6dae27f5b11 /media-video/mpv
parentapp-backup/rsnapshot: metadata.xml, update (diff)
downloadgentoo-b5f8d06ace565799e165001dbdb6a8b26be56e8e.tar.gz
gentoo-b5f8d06ace565799e165001dbdb6a8b26be56e8e.tar.bz2
gentoo-b5f8d06ace565799e165001dbdb6a8b26be56e8e.zip
media-video/mpv: add missing mesa[egl,gles2] dep for RPI to 9999
Closes: https://github.com/gentoo/gentoo/pull/1201 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index d9f37817b537..05e76314cc07 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -90,7 +90,10 @@ COMMON_DEPEND="
openal? ( >=media-libs/openal-1.13 )
opengl? ( !aqua? ( virtual/opengl ) )
pulseaudio? ( media-sound/pulseaudio )
- raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 )
+ raspberry-pi? (
+ >=media-libs/raspberrypi-userland-0_pre20160305-r1
+ media-libs/mesa[egl,gles2]
+ )
rubberband? ( >=media-libs/rubberband-1.8.0 )
samba? ( net-fs/samba )
sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )