diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-01-28 19:28:45 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-29 23:53:16 +0100 |
commit | 787764f4a5f92b4dd38c3f1941e51147ff7635ca (patch) | |
tree | ec31f48f052fff00a36139afda544bcd6f618aba /media-video | |
parent | media-video/mpv: enforce proper pkg-config in 9999 (diff) | |
download | gentoo-787764f4a5f92b4dd38c3f1941e51147ff7635ca.tar.gz gentoo-787764f4a5f92b4dd38c3f1941e51147ff7635ca.tar.bz2 gentoo-787764f4a5f92b4dd38c3f1941e51147ff7635ca.zip |
media-video/mpv: require only virtual/opengl for raspberry-pi in 9999
Both libEGL and libGLESv2 from mesa are not only unnecessary, but can
even cause issues if picked instead of libs from raspberrypi-userland.
At runtime we have environment set up correctly by raspberrypi-userland.
At build time correct libs are enforced by the next commit.
We still need GL/gl.h header provided by virtual/opengl though.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 01279532d659..8e33c3e35e4a 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -93,7 +93,7 @@ COMMON_DEPEND=" pulseaudio? ( media-sound/pulseaudio ) raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 - media-libs/mesa[egl,gles2] + virtual/opengl ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) |