summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-01-28 19:28:45 +0300
committerDavid Seifert <soap@gentoo.org>2017-01-29 23:53:16 +0100
commit787764f4a5f92b4dd38c3f1941e51147ff7635ca (patch)
treeec31f48f052fff00a36139afda544bcd6f618aba
parentmedia-video/mpv: enforce proper pkg-config in 9999 (diff)
downloadgentoo-787764f4.tar.gz
gentoo-787764f4.tar.bz2
gentoo-787764f4.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
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
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(+)] )